in reply to Re: system function is returning status -1 when running a unix command
in thread system function is returning status -1 when running a unix command
> perl -wle ' $SIG{CHLD}="IGNORE"; $! = 33; print system("ls -d ."); print -+-$!; print $!; print -+-$!' . -1 33 No child processes 10
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: system function is returning status -1 when running a unix command
by ikegami (Patriarch) on Apr 08, 2009 at 18:37 UTC |