in reply to Perl Script works when i run in terminal, not via cron

Usually because the $PATH is different under cron. Try using full path names in the system call.

  • Comment on Re: Perl Script works when i run in terminal, not via cron

Replies are listed 'Best First'.
Re^2: Perl Script works when i run in terminal, not via cron
by flieckster (Scribe) on Apr 02, 2019 at 01:47 UTC
    actually that did it, thank you so much!
Re^2: Perl Script works when i run in terminal, not via cron
by flieckster (Scribe) on Apr 02, 2019 at 01:43 UTC
    like /usr/local/bin/exiftool?