Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: win32::process - "child" perl script never receives cgi parameters

by martymart (Deacon)
on Dec 04, 2002 at 11:55 UTC ( [id://217460]=note: print w/replies, xml ) Need Help??


in reply to win32::process - "child" perl script never receives cgi parameters

Do you have your App mappings set correctly for IIS? To run perl as a cgi application, type the full path to Perl.exe followed by %s %s. When a script is executed, the first %s will be replaced by the full path to the script, and the second %s will be replaced by the script parameters. To do this go to web site properties/Home Directory tab/Configuration... button/ and edit your paths there. Something like: C:\Perl\bin\perl.exe %s %s
  • Comment on Re: win32::process - "child" perl script never receives cgi parameters
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://217460]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (4)
As of 2024-09-09 05:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.