I have a cgi script that is simply a Perl script, but I have mapped my cgi script to use Perl.exe. I have this so that I can run the cgi script from my server. My cgi script has calls to other Perl scripts that I've written using the 'system' command. And the Perl scripts are on a different drive than where my cgi script resides. When the cgi script runs I get a bunch of error messages with the calls of the other Perl scripts that says the program 'is not recognized as an internal or external command, operable program or batch file.'
How can I get the cgi script to run the other scripts? (The cgi script is run from the server when a user selects 'submit')


Reply With Quote
Bookmarks