Help for this page

Select Code to Download


  1. or download this
    $ perldoc perltest
    "/tmp/dACGXRf5qF" may be a binary file.  See it anyway? 
    ...
    
    ?[1mAUTHOR?[0m
        The quick brown fox jumps over the lazy dog.
    
  2. or download this
    #!/usr/bin/perl -w
    
    ...
    
    say "Testing...";
    exit;