Help for this page
$? The status returned by the last pipe close, backtick (``) command, successful call to wait() or waitpid(), or from the system() operator.
$signal = $? & 255; $exit_code = $? >> 8;