Help for this page

Select Code to Download


  1. or download this
    if ($foo eq "successfull") {
        print $query->redirect(-location=>'http://example.com/cgi-bin/seco
    +ndscript.pl?foo1=$foo1&foo2=$foo2',-nph=>1);
        exit;
    }
    
  2. or download this
    print "Content-type: text/html\n\n";
    print <META HTTP-EQUIV=refresh CONTENT="0;URL=http://example.com/cgi-b
    +in/secondscript.pl?foo1=$foo1&foo2=$foo2">