On 8/5/03 at 9:32 AM, [EMAIL PROTECTED] (Mike Harrison)
wrote:

> Hello all,
> 
> Well, I have spent the last few nights messing around trying to work
> out why one of my PERL programs doesn't work. 

s/Perl/PERL/ 

> With one program, I am getting an error message as follows:
> 
> CGI Error The specified CGI application misbehaved by not returning a
> complete set of HTTP headers. The headers it did return are:

How are you creating your headers? Perhaps you could show that here.

> 
> My question is:  Are line breaks important with PERL programs

With headers they are:
print "Content-Type: text/html\n\n" #<-- blank line required

> does anybody know why I am getting this error?

Maybe Perl does. Did you ask?:
use warnings;


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

Reply via email to