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

Looking at chron, there are 5 fields, you have 16.

The comma-separated list of minutes is the first field; plus 4 wildcard * makes 5.

perl -le'print map{pack c,($-++?1:13)+ord}split//,ESEL'