Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use CGI qw(:standard);
    ...
    
    print $query->header("text/plain");
    print "$name is from $loc\n";
    
  2. or download this
    http://www.host.com/cgi-bin/tst.pl?name=Joe&loc=The+Netherlands
    
  3. or download this
    perl tst.pl name=Joe&loc=The+Netherlands