Help for this page

Select Code to Download


  1. or download this
    sub my_job {
      Shell::DWIM::run( '/dev/null', @_ );
    ...
      # Error? There is no error in my code
      return $Shell::DWIM::RUN_ERROR;
    }
    
  2. or download this
      sub RUN_ERROR {
        $RUN_ERROR
      }