I have perl on iis 6 on a win2k3 server. my scripts run fine in the command line, but not in IE. I get the CGI Error: The specified CGI application misbehaved by not returning a complete set of HTTP headers.
my first line of code after the shebang line is:
print "Content-type: text/html\n\n";
but that doesn't seem to be the problem. Does anyone have any ideas???? ( my guess is my iis setup, i followed instructions from visualwin.com/perl)
I will give you my first born if you can help me.