Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # NewPage.cgi
    use CGI;
    $q = new CGI;
    print $q->header(-target=>'ResultWindow',-nhp=>1,-expires=>'now',-loca
    +tion=>'http://www.mindbase.net/');
    
  2. or download this
    #!/usr/bin/perl
    print "Location: http://www.mindbase.net/\n\n";