>>print $q->header # do this - do that, using $q
>>
>>print $q->redirect("/thanks.html");
>
>redirect() does a header like header(), the first header that gets
>sent is the header, the rest is content, even if The contetn looks
>just like a header.

Thanks for the correction, I have not found the time to read "CGI
Programming with Perl" thoroughly and did not realize redirect *does*
a header.

>I also remember hearing it's a better idea to use absolute url's in your Location 
>header.

Regarding this, I am proud of keeping all of my relative links intact. It's sort of a 
challenge. At least I use absolute relative links instead of entirely relative ones. 
;-)

Best,

Jan
-- 
There are 10 kinds of people:  those who understand binary, and those who don't

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to