[ 源代码: libdigest-md5-file-perl ]
软件包:libdigest-md5-file-perl(0.08-1.1)
libdigest-md5-file-perl 的相关链接
Debian 的资源:
下载源码包 libdigest-md5-file-perl:
- [libdigest-md5-file-perl_0.08-1.1.dsc]
- [libdigest-md5-file-perl_0.08.orig.tar.gz]
- [libdigest-md5-file-perl_0.08-1.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [search.cpan.org]
相似软件包:
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);
其他与 libdigest-md5-file-perl 有关的软件包
|
|
|
|
-
- dep: libwww-perl
- simple and consistent interface to the world-wide web
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)