in reply to Re^2: Unwanted line (CGI question)
in thread Unwanted line (CGI question)

That's what you should get. If you run your script as a CGI script, it is necessary for that line to be there. It won't appear in the browser. If it does, you're not running your script as a CGI script, so you have a server configuration issue.