in reply to How to run the perl exe in cgi script?
Rather than guess at every permutation of possible answers, could you give a clue as to what your OS and webserver is? (I'm guessing it's some form of windows, as most unix folks refer to it as 'perl' and not 'perl exe', but it might be a local reference).
If you're using some form of unix, and it's configured to be run as a CGI (again, how to do that depends on the webserver), you just have the first line be:
#!/your/path/to/perl --(but putting in the correct path for your system
(I'm also guessing this is most likely a FAQ, but I find it hard to scan through the CGI Q&A list.)
|
|---|