If you don't have the following line in your code then you should add it.

        print "Content-type: text/html\n\n";

or if you're using the CGI object

        print CGI->header();

This should be done before you print anything to the browser.

Brad Handy 
--www.jack-of-all-trades.net
[EMAIL PROTECTED]

> -----Original Message-----
> From: Sally [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 24, 2001 11:17 AM
> To: perlcgi
> Subject: script headers
> 
> 
> Can anyone give me a general idea what the error premature end of script
> headers means? Is it an incorrect filename, or that the file 
> can't be found
> or something else?
> 
> 
> -- 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

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

Reply via email to