Bob Showalter wrote:

> R. Joseph Newton wrote:

> > What system needs those "\r"s?  I have yet to run across a
> > web browser thaqt did not respond properly with simple newlines: "\n".
>
> They are required per RFC2616, and they are output by CGI.pm. But the RFC
> encourages clients to be forgiving, and most are.

Hi bob,

Thanks for the clarification.  As it turn out, though, I think we've both been on the 
wrong track.  The error reported comes before the content headers are already sent.  
If the content headers were the problem, the error would have been worded something 
like

CGI Error

The specified CGI application misbehaved by not returning a complete set of HTTP 
headers. The
headers it did return are:

ciao

So-o-o-o, this gets trickier.  Because the script header in the original script does 
look right for a standard Perl installation on 'nix.  I still think that this is where 
he will need to look for his solution.

Joseph


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

Reply via email to