- or download this
print "Location: http://blah.com\n\n";
- or download this
use CGI qw(:standard);
my $query = CGI -> new();
$query -> redirect(-uri => 'http://blah.com');
- or download this
use CGI qw(:standard); my $query = CGI -> new(); $query -> redirect(-u
+ri => 'http://blah.com', nph => 1);