[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl-WebCGI] Server Errors! What the @#$%^&



> When I use the chmod and push functions I get a server error (I don't
> actually need chmod anymore, it's a web page silly!)....says "Premature end
> of script headers" with the url of the cgi script.
>
> What I choose for myself I choose for all men.
>
> ==== Want to unsubscribe from this list?
> ==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org
>

Place this before all output, and the reason for
the above error will present itself:

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

HTH,
-Sneex-  :]

==== Want to unsubscribe from this list?
==== Send mail with body "unsubscribe" to macperl-webcgi-request@macperl.org