> > In the error log, when I try to POST to
> > www.mathjmendl.org/cgi-bin/visitorbook.pl, it says, "Premature end of
> > script headers."
> 
> Most likely the first line of the script is incorrect. It should be
> /usr/bin/perl.

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.

Thanks... Dan.

Reply via email to