in reply to How to run the perl exe in cgi script?

update:
server: apache
o/s : windows 2000 professional.
I have done the perl programme as executable. When i click the button or link the executable file as to process.
please provide the sample code if possible.
  • Comment on Re: How to run the perl exe in cgi script?

Replies are listed 'Best First'.
Re^2: How to run the perl exe in cgi script?
by jhourcle (Prior) on Mar 17, 2005 at 15:26 UTC
    I suggest the following steps:
    1. Generate a list of the relevent terms. (I suggest 'apache windows cgi perl')
    2. Type those terms into Google.
    3. Follow any one of the tutorials on the subject

    (one of the answers even came from this site).

    And in this case, most programs under windows all run the same, so long as there isn't a major version change in the program itself. (the problem is that the items like IIS, that ship with windows, tend to change major versions between minor OS version changes).