Washizu has asked for the wisdom of the Perl Monks concerning the following question:
I have some scripts I need to run periodically on my Windows machine (recently upgraded to 7 from XP) and I ran into a problem. The scripts run fine if I run them via the command line, but in the scheduler they can't seem to find any packages outside of C:\Perl\lib or C:\Perl\site\lib
It can't even see a .pm file located in the same folder as the script. I played around with use lib "C:\path\to\my\script";, but that didn't seem to work either. Any ideas?
All these scripts worked fine with the XP task scheduler
-----------------------------------
Washizu
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: packages and Windows 7 Task Scehduler
by Corion (Patriarch) on Jan 29, 2010 at 17:07 UTC | |
by Washizu (Scribe) on Jan 29, 2010 at 18:32 UTC |