in reply to Pure Perl implementation of Digest::MD5?
but that would not work, and a bit of trial and error brought to me this:use Digest::MD5; $ctx = Digest::MD5->new;
which now works well. I don't know why their instructions didn't work down my end, but if I got it wrong, how and why? And if it is wrong on cpan, does the author need telling?use MD5; $ctx = Digest::Perl::MD5->new;
|
|---|