
KevinR
Veteran

Feb 23, 2009, 10:54 AM
Views: 5593
|
|
Re: [1arryb] Digest::MD5::digest woes
|
|
|
Why are you doing this twice?
my $hexdigest = $md5obj->hexdigest; . . . . $hexdigest = $md5obj->hexdigest; Turn on warnings when you run your script: Edit: Looks like Fish may have figured it out. -------------------------------------------------
(This post was edited by KevinR on Feb 23, 2009, 10:55 AM)
|