in reply to Perl CGI Environment Variable
Two easy ways to do this:
0 7 * * * . ~/.bash_profile ; perl eat_breakfast.pl 0 12 * * * . ~/.bash_profile ; perl eat_lunch.pl 0 18 * * * . ~/.bash_profile ; perl eat_dinner.pl
P.S. (update) This doesn't actually have anything to do with perl... it has to do with how environment variables are set and inherited, and how crond fits in with all that... if you want to see a really clear example of that, just put this in your crontab:
And then see what's there (not much... certainly not as much you usually have in your shell, thanks to your rc/profile/.login file(s)).* * * * * env > ~/cron_env
------------ :Wq Not an editor command: Wq
|
|---|