in reply to
Need HTML Redirect
If you're already using CGI.pm, why not take what it has?
print $q->redirect("http://some.place.org/");
[download]
Comment on
Re: Need HTML Redirect
Download
Code
In Section
Seekers of Perl Wisdom