[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
md5
From: |
Steven_Shaw |
Subject: |
md5 |
Date: |
Tue, 10 Apr 2001 21:01:20 +1000 |
Hi there,
This is my first post to cons-discuss! I'm preparing to replace a very large
recursive make system with a friendly cons-based one :-)
However, I'm not awfully familiar with Perl and Perl installations and I'm
wondering whether my Digest::MD5 is ok. I did the following search:
$ find $(dirname $(which perl))/.. -type f | grep -i MD5
/sc/local/perl/bin/../lib/site_perl/5.005/aix/auto/Digest/MD5/MD5.so
/sc/local/perl/bin/../lib/site_perl/5.005/aix/auto/Digest/MD5/MD5.bs
/sc/local/perl/bin/../lib/site_perl/5.005/aix/auto/Digest/MD5/.packlist
/sc/local/perl/bin/../lib/site_perl/5.005/aix/auto/Apache/include/include/ap_md5.h
/sc/local/perl/bin/../lib/site_perl/5.005/aix/auto/Apache/include/include/util_md5.h
/sc/local/perl/bin/../lib/site_perl/5.005/aix/Digest/MD5.pm
/sc/local/perl/bin/../lib/site_perl/5.005/aix/Digest/HMAC_MD5.pm
/sc/local/perl/bin/../lib/site_perl/5.005/aix/MD5.pm
/sc/local/perl/bin/../man/man3/Digest::MD5.3
/sc/local/perl/bin/../man/man3/Digest::HMAC_MD5.3
/sc/local/perl/bin/../man/man3/MD5.3
When I do perldoc Digest::MD5, it has
aix::Digest::MD5(36/Aug/1999 (perl 5.005, patch 03aix::Digest::MD5(3)
at the top.
Is this the correct version or do I need to install it from CPAN?
cheers,
Steve.