Help for this page

Select Code to Download


  1. or download this
    $ touch goodfile
    $ ls goodfile
    ...
    $ echo $?
    2
    $
    
  2. or download this
    $ perl -le '
    > @cmd = qw{ls goodfile};
    ...
    badfile: No such file or directory
    512 - 2
    $