Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    
    ...
    
        return $exitcode;
    }
    
  2. or download this
    $ ./forker.pl true ; echo "EXIT $?"
    Executing true
    ...
    $ ./bogus ; echo "EXIT $?"
    bash: ./bogus: No such file or directory
    EXIT 127