- or download this
if (status < 0) {
if (ckWARN(WARN_EXEC))
...
else
status *= 256;
PL_statusvalue = status;
- or download this
Can't spawn "some command": No error
- or download this
sub win32_system
{
...
# Returns the real 32-bit exit code, no overflow
return $exitcode;
}
- or download this
sub win32_exit
{
...
# we killed ourselves, should never get here
die "Thou shalt never see this!";
}