Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

perl script is not running under iis 4.0

Status
Not open for further replies.

charlatan

IS-IT--Management
Dec 21, 2000
2
RU
After upgrading from iis3.0 to 4.0 i've got the following message, while executing ANY perl script:

CGI 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 "????????????????????????i????gf?g": Invalid argument

What could occure the problem?
Please help.
 
i remember reading somewhere in activeperl documentation...

that you need to have %s %s after the full path to perl.exe

so that the first %s is replaced by the path to perl and the second is replaced by script parameters.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top