Help for this page
use Net::FTP; $ftp = Net::FTP->new("www.somedomain.org"); ... } } }
my $ftp = Net::FTP->new("www.somedomain.org",Debug=>1);