in reply to How to get system -function negative return value?
Maybe this helps:
The return value is the exit status of the program as returned by the [id://perlfunc:wait|wait()] call. To get the actual exit value divide by 256. See also exec.
See perldoc -f system
See also Perl 5.8.4 perldoc system where the new page says: "To get the actual exit value shift right by eight (see below)."
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: How to get system -function negative return value?
by Anonymous Monk on May 27, 2004 at 09:22 UTC | |
by Abigail-II (Bishop) on May 27, 2004 at 09:42 UTC |