CGI Error The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are: Too late for "-T" option at C:\Inetpub\Scripts\hello.pl line 1. #### #!C:\Perl\bin\perl.exe -wT use strict; use cGI ':standard'; print "Content-type: text/html"; print ""; print "wow"; print ""; print "IIS Perl Interpreter works jus fine"; print ""; print "";