Click to See Complete Forum and Search --> : Path to Perl


mrperfectpz
10-22-2010, 01:58 PM
My CGI scripts are not working, I have been in touch with my server to find out the path to perl, they say it is D:\Additional\Perl\bin\Perl.exe. Is this right, and if so how do I impliment it into the script to work.

zimonyi
11-08-2010, 06:30 AM
What operating system are you working on?

The path you got is to a Windows machine, are you developing on a Windows?

The only Perl installation I had automaticall registered .pl files so that I did not have to specify anything when running my scripts on a Windows.

I either double-clicked on my scripts or ran them with "perl <script>" syntax in Command window.

Archie