Help for this page

Select Code to Download


  1. or download this
     
    #!/usr/bin/perl
    print "Content-type: text/html\n\n";
    use CGI qw(:standard);
    use CGI::Carp (fatalsToBrowser);
    $query = new CGI;
    
  2. or download this
    my $url = "http://www.myserver.com/cgi-bin/my_script.cgi?key1=value1&k
    +ey2=value2&key3=value3";
    
    print "Location: $url\n\n";