Help for this page

Select Code to Download


  1. or download this
    `perl some_script.cgi blah=foo larh=bar`;
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print "<pre>", $blah, "</pre>\n";
    
    exit;
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    print $var2, "\n";
    
    exit;