Help for this page

Select Code to Download


  1. or download this
       print $query->redirect("http://webserver/action.asp?name=\"$name\""
    +);
    
            OR
    
       print $query->redirect(qq!http://webserver/action.asp?name="$name"!
    +);
    
  2. or download this
       perldoc CGI