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

[MacPerl] Re: Probably a waste of your time...



>>print "Content-Type: text/html\n\n";
>Nope, still get the same message.
>Server log includes: terminated without a valid cgi header ... did not
>produce a valid header...

Try something like:

print "HTTP/1.0 200 OK\nMIME-Version: 1.0\nContent-type: text/html\n\n";

Glen