On 2/24/2000 at 9:42 AM, [EMAIL PROTECTED] (Jim Reisert) wrote:

> The module I tried to build and install was Digest-MD5-2.09 that I
> found on CPAN.
> 
> I did not find an md5_hex anywhere in that kit.

Run this line from the shell:

perl -e "use Digest::MD5 qw(md5_hex); print md5_hex(\"you've saved me network!\") . 
\"\n\";"

If it returns anything other than this MD5 hash:

5a1d58a368fb40c5efaf465a7bf3ad66

then you have improperly installed the Digest::MD5 module, or "perl" is
aliased to an undesirable copy of the interpreter on your system.
Troubleshooting on that level is best attempted on-site.

  -nat

Reply via email to