in reply to Re^2: perl script in nohup running from crontab
in thread perl script in nohup running from crontab

When you log in, your profile is loaded, paths are defined, etc. That does not happen with cron.

So, when cron'ing, explicitly define the full path for every file you open.

  • Comment on Re^3: perl script in nohup running from crontab