in reply to Re^3: Perl cron job not running
in thread Perl cron job not running

Hi shmem,

Yeah, I've been using cron more often recently and I've been bitten by stuff like that :-)

BTW, I noticed that there is a special character that cron does care about: apparently % marks the start of data that will be sent to the command on STDIN (and is converted to a newline after that). I'll have to try and remember that one too...

Regards,
-- Hauke D