http://www.perlmonks.org?node_id=996279


in reply to Re^2: Unix 2 Perl Module FTP
in thread Unix 2 Perl Module FTP

Read (at least) the SYNOPSIS of the Net::FTP docs. Change the first $! to $@. Include $ftp->message() in all of the other diagnosic error messages.