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 s
Just to close on this...
I ran Nat's test below and it passed.
I then installed 2.4.5 in a new area, and the error is gone. I had
upgraded Perl from 5.003 to 5.005 since installing 2.4.4 originally, and
the new version was installed in the same place, so I don't know how it
would have affected
I recenetly upgraded from v2.3.3 to 2.4.5 and it doesn't work anymore.
Here are some of the output messages:
[wthabet] =69=> mhonarc ~/nsmail/ESAT
Can't modify keys in scalar assignment at /inm/users/wthabet/lib/mhutil.pl
line 123, near "$hs;"
[wthabet] =70=> mhonarc -v
MHonArc v2.4.5 (Perl 5.0
On February 24, 2000 at 16:44, "Walid Thabet" wrote:
> Can't modify keys in scalar assignment at
> /inm/users/wthabet/lib/mhutil.pl line 123, near "$hs;"
...
> This is perl, version 5.003 with EMBED
> built under hpux at Nov 21 1996 13:03:00
> + suidperl security patch
You should
Sorry, I should have been more specific.
Running Perl 5.005_03 built for i386-bsdos.
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.
- Jim
Earl Hood wrote:
>
> On February 23, 2000 at 13:54, Jim Reisert wrote: