"vemulakonda uday bhaskar" <[EMAIL PROTECTED]> writes: > hi aall > > when i search cpan for downloading Net::FTP, i will be viewing > something like this : > > Net::FTP > perl - 5.8.0 > > when i click the "perl - 5.8.0", i go to a page where there is > download option for perl - 5.8.0, but no where can i see the download > option for Net::FTP.
You could either click on the Net::FTP to get there direct or do as you did above and click on perl 5.8.0 then search that page for Net::FTP with your browsers search tool. Once there hold down shift and left click `source' (near the top) Another niftier way is to use the CPAN shell that comes with perl. if its installed: perl -MCPAN -e shell will start it. Then install Net::FTP will download and install it. (Assuming you've setup CPAN) type: perldoc CPAN at a prompt to read about it. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]