[EMAIL PROTECTED] wrote:
> 
> Hi Mark,
> 
> It does not show any headers at this point.  I did it and checked the
> logs - the first thing it shows is the <html> tag.  CGI app puts the
> headers on later in the process.

Ah, of course. :) 
> 
> I whacked into CGI app and put the same call in just before it dumps it
> out.  The header I got was the typical content-type: text/html<cr><cr>


A similiar debugging  technique (that will actually show you the
headers), is to run it from the command line. That may look like this:

./script.cgi rm=problem_mode sky=blue justice=peaceful

I assumume you mean that the header you say is "Content-Type: ", (with
the Caps), I think that might make a difference-- of course that's
generated  by CGI::App  and not by you, so I doubt that broke. 

-mark

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

Reply via email to