brp4h has asked for the wisdom of the Perl Monks concerning the following question:
and the error is unable to write file: child process 14947 does not exists: No child processes Is there something I should know that could be causing this? It works fine without the fork.$ssh->system({stdin_data => $sas_string}, "cat >$rmt_dir/$rmt_file") or die "unable to write file: " . $ssh->error;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::OpenSSH with fork
by ikegami (Patriarch) on Jan 26, 2010 at 18:36 UTC | |
by brp4h (Acolyte) on Jan 26, 2010 at 18:42 UTC | |
|
Re: Net::OpenSSH with fork
by salva (Canon) on Jan 26, 2010 at 23:01 UTC |