in reply to In UNIX how does one execute the .profile in PERL running from CRON

You include the profile execution in the command that you put in your crontab. Something like this will work:

. /home/me/.profile && my_script
  • Comment on Re: In UNIX how does one execute the .profile in PERL running from CRON
  • Download Code