in reply to Re: Premature end of script headers
in thread Premature end of script headers

Yes, and? The script isn't talking HTTP. HTTP is the protocol between the server and the browser. This is conversation between the server and a program. They are using the CGI protocol. I'm not aware of any server that doesn't know how to deal with "\n" being used instead of "\r\n" in the CGI protocol.