Bob Showalter wrote:

> A CGI script needs to output a MIME header. At a bare minimum, you need to
> add the following:
>
>    print "Content-Type: text/plain\r\n\r\n",
>        "ciao\n";

Hi Bob,

What system needs those "\r"s?  I have yet to run across a web browser thaqt did not 
respond properly with simple newlines: "\n".

Joseph


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

Reply via email to