in reply to How to force Digest::SHA1/MD5 to reset?
You are using a function on an object. In the documentation, you'll note that what you need is $digest->hexdigest; instead of $digest->sha1_hex;
Hope this helps.
antirice
The first rule of Perl club is - use Perl
The ith rule of Perl club is - follow rule i - 1 for i > 1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to force Digest::SHA1/MD5 to reset?
by lestrrat (Deacon) on Oct 21, 2003 at 22:18 UTC |