Help for this page

Select Code to Download


  1. or download this
    HTTP Error 400
    
    400 Bad Request
    
    Due to malformed syntax, the request could not be understood by the se
    +rver. The client should not repeat the request without modifications.
    
  2. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    my $query = new CGI;
    my $name = $query->param("name");
    print $query->redirect("http://webserver/action.asp?name=$name");