libdigest-md5-file-perl

Perl extension for getting MD5 sums for files and urls

Description

Digest::MD5::File adds functionality for easy calculation of MD5 checksums of entire files, directories or URLs to the standard Digest::MD5 module.

Example usage:

  use Digest::MD5::File;
  my $md5 = Digest::MD5->new;
  $md5->addpath('/path/to/file.txt');
  $md5->addpath(\@files);
  $md5->adddir('/home/tmbg/');
  $md5->addurl('http://www.tmbg.com/tour.html');
  my $digest = file_md5_hex($file);
  my $dir_hashref = dir_md5_hex($dir);
  my $digest = url_md5_hex($url);

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

http://search.cpan.org/dist/Digest-MD5-File/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libdigest-md5-file-perl