Tim_Odom has asked for the wisdom of the Perl Monks concerning the following question:
Here's the error I get:use Digest::MD5; my $md5 = Digest::MD5->new; $md5->add(localtime,"%ENV",rand(500)); $mls = $md5->hexdigest();
I've used this exact same code under Perl 5.6 and 5.8 with the same error. I've not tried to install it manually or anything and when using PPM to try to update it, I get a message telling me that I've already got the latest version installed. Any ideas what I'm doing wrong?Can't locate loadable object for module MD5 in @INC (@INC contains: .. +/ d:/Perl/lib d:/Perl/site/lib) at d:\PROGRA~1\APACHE~1\apache\cgi-bi +n\admin\manager.cgi line 117 Compilation failed in require at d:\PROGRA~1\APACHE~1\apache\cgi-bin\a +dmin\manager.cgi line 117. BEGIN failed--compilation aborted at d:\PROGRA~1\APACHE~1\apache\cgi-b +in\admin\manager.cgi line 117.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem using Digest::MD5
by tachyon (Chancellor) on Jan 03, 2003 at 09:24 UTC | |
|
Re: Problem using Digest::MD5
by grinder (Bishop) on Jan 03, 2003 at 09:32 UTC | |
|
Re: Problem using Digest::MD5
by PodMaster (Abbot) on Jan 03, 2003 at 09:26 UTC | |
by tachyon (Chancellor) on Jan 03, 2003 at 09:35 UTC | |
by PodMaster (Abbot) on Jan 03, 2003 at 09:50 UTC |