Help for this page
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.
#!/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");