in reply to Perl on Unix
Perl doesn't know where to look for the Perl modules. Add the path to the pm's to your PERLLIB environment variable.
setenv PERLLIB /your/path/:$PERLLIB [download]
YMMV depending upon which shell you're using.