Help for this page

Select Code to Download


  1. or download this
    $ ls -al a_real_dir
    total 4
    ...
    
    $ ls -al not_a_real_dir
    ls: cannot access 'not_a_real_dir': No such file or directory
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
    }
    
    print "</body>\n</html>\n";
    
  3. or download this
    <html>
    <head>...</head>
    ...
    </pre>
    </body>
    </html>