>Didn't go for that option, because I am running the scripts from >crontab. So environment vars may not work ( actually havent tried that, >but I m kinda sure they wont!) >
Just try, 0 * * * * (export PERL5LIB=/your/lib/path; perl xxx.pl) The perl script must be run on the same shell of the exporting. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/