In article 
<[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] (Brett W. McCoy) wrote:

> print "Location: $url\n\n";
> 
> This must be the only header sent to the browser.  It won't work if http
> headers have already been sent.

that's a bit misleading.  as with any CGI script, there is only
one header.  in a redirection, a Location: field is in the header
but it is not the only field in that header, necessarily.  it does
not even imply the lack of a message body. :)
-- 
brian d foy <[EMAIL PROTECTED]> - Perl services for hire
CGI Meta FAQ - http://www.perl.org/CGI_MetaFAQ.html
Troubleshooting CGI scripts - http://www.perl.org/troubleshooting_CGI.html

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to