I am having troubles getting the Blowfish module to work properly. I extracted it into the Perl library, and ran the makefile.pl command. But when I test my script, it says it can't find the file crypt/blowfish.pm in @INC. But when I look in that directory, it is there.
What would be the...