ISAI student has asked for the wisdom of the Perl Monks concerning the following question:

This may be a rather basic, simple (some might say stupid) question, but i have been spending hours on this and got no where. How do I download and install the Perl net::ftp module?

2005-10-26 Retitled by g0n, as per Monastery guidelines
Original title: 'Net::ftp'

Replies are listed 'Best First'.
Re: Installing the Net::FTP module
by marto (Cardinal) on Oct 26, 2005 at 14:59 UTC
Re: Installing the Net::FTP module
by kwaping (Priest) on Oct 26, 2005 at 15:04 UTC
    If you are the admin of your computer (root if it's unix), try typing "cpan -i Net::FTP" at the command line. If that doesn't work, try "perl -MCPAN -e shell", then "install Net::FTP" at the following cpan> prompt.