in reply to Perl & cron job environmental variables
Hi,
We created a file with all the environment we needed,
then called the cron job :
+ + + + + /usr/bin/csh source env.file; perljob.pl
which worked just fine.
We even put Sybase env variables in the file which meant
we didn't need to put them in a BEGIN block.
J.C.