in reply to Trying to install MD5.pm

Digest::MD5 is probably what you're looking for. Digest::Perl::MD5 is the all perl implementation where as the other is a C interface. If you do have access to a C compiler I'd suggest using Digest::MD5 instead.

-Ducky