Re: MD5 (version 2.36) not match with boottrap parameters on perl 5.8 lib (version 2.16)
- From: sonyazhang.hmc@xxxxxxxxx
- Date: 25 Jan 2007 11:36:51 -0800
Nevermind, i found the newer version at
http://search.cpan.org/~gaas/Digest-MD5-2.36/MD5.pm and download to
current directory and it went well!
On Jan 24, 4:37 pm, sonyazhang....@xxxxxxxxx wrote:
Hi guys,
I've bumped into a problem where i used
BEGIN{ require "./MD5.pm"; import Digest::MD5 "md5_hex"; }
my $salt = 'blahblah';
my $idnum = '1234567';
print md5_hex($salt . $idnum), "\n";
i have perl 5.8 on the server and i don't have permission to install
any CPAN modules.
i put a MD5.pm under the directory where i execute this script but got
a incompatible error as shown in the subject. anyone knows where i can
get one copy of MD5.pm that matches with Perl 5.8? or any alternative
solutions?
thanks!
.
- References:
- MD5 (version 2.36) not match with boottrap parameters on perl 5.8 lib (version 2.16)
- From: sonyazhang . hmc
- MD5 (version 2.36) not match with boottrap parameters on perl 5.8 lib (version 2.16)
- Prev by Date: Calling functions from modules
- Next by Date: splicing an array
- Previous by thread: MD5 (version 2.36) not match with boottrap parameters on perl 5.8 lib (version 2.16)
- Next by thread: Sending mail
- Index(es):
Relevant Pages
|