J
Joe
I have been having trouble running some of my Perl scripts that use
Perl 5.6 using a Win 2000 server on 5.8a Win 2003 Server. It took
quite awhile, but I am 99.999999% sure I figured out it is the <b>MD5</
b> module.
Every time I remark it out, my scrfipt works. But, the script was
written to use MD5. I use the following line to call it:
<b><code>use Digest::MD5 qw(md5_hex);</code></b>
Is there any advice you can give, like, how to see what modules are
installed, to be sure it is?
Any help would be appreciated.
Perl 5.6 using a Win 2000 server on 5.8a Win 2003 Server. It took
quite awhile, but I am 99.999999% sure I figured out it is the <b>MD5</
b> module.
Every time I remark it out, my scrfipt works. But, the script was
written to use MD5. I use the following line to call it:
<b><code>use Digest::MD5 qw(md5_hex);</code></b>
Is there any advice you can give, like, how to see what modules are
installed, to be sure it is?
Any help would be appreciated.