Help for this page

Select Code to Download


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