in reply to
Question on Net::Ftp..
Net::FTP->new(...)
error messages are in $@, not $!. After that, messages can be retrieved with the message() method.
Comment on
Re: Question on Net::Ftp..
Download
Code
In Section
Seekers of Perl Wisdom