summaryrefslogtreecommitdiff
path: root/phash.pl
AgeCommit message (Collapse)AuthorFilesLines
2010-11-07Fix Perl deprecation warnings.Victor van den Elzen1-1/+1
Use of defined on aggregates (hashes and arrays) is deprecated. You should instead use a simple test for size.
2010-09-22phash: move sample function to the sample fileH. Peter Anvin1-0/+26
read_input() shouldn't be part of the phash.ph module; instead it should go into the sample usage file phash.pl. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2009-06-28Add copyright verbiage to Perl scripts; update LICENSEH. Peter Anvin1-0/+31
This adds copyright verbiage to the Perl scripts. Scripts that are known to be clean w.r.t. the 2-clause BSD license are given that license; unclear ones are given the "LGPL for now". Signed-off-by: H. Peter Anvin <hpa@zytor.com>
2007-08-30Make the perfect hash generator an includable moduleH. Peter Anvin1-252/+1
2007-08-29Perfect hash generator, as a perl scriptH. Peter Anvin1-0/+303
Requires the CPAN Graph module.