in reply to Re^2: Net::FTP quit terminates Perl script
in thread Net::FTP quit terminates Perl script
CGI::DESTROY
for some reason, which quickly lead to an exit without reporting anything. and use strict and warning didn't throw anything.
Once I fixed the scope everything was fine. What an odd way to (NOT) report the object was undef!? If Perl had simply said object $ftph not defined, it would have been a 1 second fix.
Thanks for your tip I voted you ++
|
|---|