Hello there, I am using windows 8.1 with IIS 8.5. I am trying to run perl script via IIS, but it is giving the following error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are "Can't open perl script "C:\inetpub\wwwroot\test.pl": Invalid argument ".
Here is the file i am trying to run:
#!/usr/bin/perl #cgihello.plx use strict; use warnings; print "Content-type: text/plain\n\n"; print "Hello CGI World!\n";
In reply to Error trying to Run Perl script on IIS Server 8.5 by masood91
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |