in reply to Net::FTP quit terminates Perl script

My guess is you're being hit with SIGPIPE. Try catching the signal.

  • Comment on Re: Net::FTP quit terminates Perl script