MD5 (version 2.36) not match with boottrap parameters on perl 5.8 lib (version 2.16)
- From: sonyazhang.hmc@xxxxxxxxx
- Date: 24 Jan 2007 16:37:39 -0800
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!
.
- Follow-Ups:
- Re: MD5 (version 2.36) not match with boottrap parameters on perl 5.8 lib (version 2.16)
- From: sonyazhang . hmc
- Re: MD5 (version 2.36) not match with boottrap parameters on perl 5.8 lib (version 2.16)
- Prev by Date: Re: substituting one variable, assign to another
- Next by Date: Re: I need to fetch the data from the fixed columns
- Previous by thread: parsing XML
- Next by thread: Re: MD5 (version 2.36) not match with boottrap parameters on perl 5.8 lib (version 2.16)
- Index(es):
Relevant Pages
|
|