Help for this page

Select Code to Download


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