Help for this page
#!/usr/bin/perl print "Content-type: text/html\n\n"; use CGI qw(:standard); use CGI::Carp (fatalsToBrowser); $query = new CGI;
my $url = "http://www.myserver.com/cgi-bin/my_script.cgi?key1=value1&k +ey2=value2&key3=value3"; print "Location: $url\n\n";