This code works fine on another Windows server but not on the second server I moved it to. I can go into command prompt and type in
and the path to the php directory is correct and I can run php scripts directly from anywhere on that server while in command prompt. When running my CGI Perl script the command php cannot be found. If I print out the $ENV{"PATH"} the path to the PHP directory isn't there. What am I missing here? Supposedly I don't need to do a reboot so what else can I do? TIA for any "helpful" advice.