> Digest::Perl::MD5 is available from CPAN and is pure perl. Slow but fine > for small stuff.
This works out great! Appending the library directory(../ndb_lib) to @INC and setting /ndb_lib/Digest::HMAC_MD5 to use /ndb_lib/Digest::Perl::MD5 instead of Digest::MD5. That should also find any installed HMAC_MD5 if it exists, and ignore my local libs version! THANKS to all that helped out! Grant M.
