Help for this page
system(...); if ($? == -1) { ... else { printf "child exited with value %d\n", $? >> 8; }