... my $cgi = new CGI; my $param_value_from_post = $cgi->param('foo'); print "Location: https://secureserver.com/script.pl?foo=$param_value_from_post\n\n";