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

File::Checksum - Perl extension for fast and easy File-Checksum-Algorithm

SYNOPSIS

  use File::Checksum;
  my $checksum = Checksum('filename', 100);

DESCRIPTION

 The first parameter is the file name.
 The second parameter is the number of bytes being included
 into the checksum-Algorithm.
 To avoid carry outs the number should not be bigger as 65537.

EXPORT

 Checksum

AUTHOR

Torsten Knorr, create-soft@freenet.de

SEE ALSO

 http://freenet-homepage.de/torstenknorr

COPYRIGHT AND LICENSE

Copyright (C) 2010 by Torsten Knorr

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.9.1 or, at your option, any later version of Perl 5 you may have available.