> Or a missing CGI script line...
>     print "Content-type: text/html\n\n";
> 
> This must be *the* first line printed out, and note the 2 "\n\n".
> This is only true for those not using the CGI.pm module.

But even those using CGI.pm must include something like:

print CGI::header();

Cheers,

Tony

Reply via email to