http://qs321.pair.com?node_id=66999

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I was wondering if anyone knows how to send a HTTP::Header with a redirect or a hyperlink? Please include code if you got one; thanks.


$h = new HTTP::Headers
blah blah => "blah blah";
$url = blah blah;
print "Location: $url, $h";
something like above "which i KNOW IS WRONG"
Adam