The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Digest::Elf - Perl extension for generating ElfHash values.

SYNOPSIS

  use Digest::Elf;
  print Digest::Elf::elf( "foo" );

DESCRIPTION

Digest::Elf is an implimentation of the ElfHash algorithm.

FUNCTIONS

elf( VALUE )

Create a hash value based on the input value.

AUTHOR

Steve McKay, <steve@colgreen.com>

SEE ALSO

Digest::MD5

3 POD Errors

The following errors were encountered while parsing the POD:

Around line 54:

'=item' outside of any '=over'

Around line 58:

You forgot a '=back' before '=head1'

Around line 64:

'=item' outside of any '=over'

=over without closing =back