Skip to content
Sections
>> Ubuntu >> Packages >> hardy >> perl >> libdigest-md5-file-perl
hardy  ] [  lucid  ] [  natty  ] [  oneiric  ] [  precise  ] [  quantal  ]
[ Source: libdigest-md5-file-perl  ]

Package: libdigest-md5-file-perl (0.06-1) [universe]

Links for libdigest-md5-file-perl

Screenshot

Ubuntu Resources:

Download Source Package libdigest-md5-file-perl:

Maintainer:

Please consider filing a bug or asking a question via Launchpad before contacting the maintainer directly.

Original Maintainers (usually from Debian):

It should generally not be necessary for users to contact the original maintainer.

Similar packages:

Perl extension for getting MD5 sums for files and urls

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);

Other Packages Related to libdigest-md5-file-perl

  • depends
  • recommends
  • suggests
  • dep: libwww-perl
    WWW client/server library for Perl (aka LWP)
  • dep: perl (>= 5.6.0-16)
    Larry Wall's Practical Extraction and Report Language

Download libdigest-md5-file-perl

Download for all available architectures
Architecture Package Size Installed Size Files
all 9.7 kB72.0 kB [list of files]