I'm trying to tell my script where to find a module. I've got IIS setup properly, my script runs but cannot find module.pm as the directory its in is not in @INC.
I can't change the script to add 'use lib "c:/path/to/module";' because it's written by an external company...
Can I use the -I switch in the settings in IIS? THat is, the script config for perl in the management console says "c:\blah\perl\bin\perl.exe %s %s" at the moment, can I throw in the -I too to always add a certain directory to @INC, or is there an easier way??