![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: system() status weirdnessby pc88mxer (Vicar) |
on Mar 28, 2008 at 18:18 UTC ( #677079=note: print w/replies, xml ) | Need Help?? |
That's because Net::SSH::Expect is installing the following SIGCHLD handler:
Doing this will give you your statuses back: I could be wrong, but I doubt the reapChild handler is absolutely necessary, so you're probably safe just use default handler even when you make Net::SSH::Expect calls.
In Section
Seekers of Perl Wisdom
|
|