in reply to Re: NET::FTP Package
in thread NET::FTP Package

Verify that the module is installed: Run this from the commandline...it'll print "ok" if the module is installed and complain about not finding the module if it's not.
perl -MNet::FTP -e"print 'ok'"
If the module is, in fact, installed....Are you sure the exact identical script works on the other machine? Are the versions of Perl the same? (use perl -v to find the version)...And if all of that is fine please post your code.