in reply to Re: Net::FTP quit terminates Perl script
in thread Net::FTP quit terminates Perl script
In my case there must be something else going on, because I get this:
and when I press n 2 times...DB<6> l 281==>b closedir DIR; 282: $ftph->quit(); 283 284: open STDERR, ">&OLD_STDERR"; 285 286: $result->{status} = 0; 287: return $result;
DB<6> n genericFTP::ftpFiles(/var/www/cgi-bin/orderform/genericFTP.pm:282): 282: $ftph->quit(); DB<6> n Debugged program terminated. Use q to quit or R to restart, use o inhibit_exit to avoid stopping after program termination, h q, h R or h o to get additional info.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Net::FTP quit terminates Perl script
by misterperl (Friar) on Jul 15, 2015 at 17:34 UTC |