I am running IIS4 on windows nt. I get the following message when trying to run a perl script -CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
I followed some one's suggestion below but it did not work.
Try putting:
echo "Content-type: text/html\n\n";
at the top of your page.
Please help.