in reply to perl module not working in crontab

If you have multiple versions of perl installed, you may need to use the full path to your perl executable in your crontab file:
/full/path/to/my/perl my_script.pl
Different version of perl have potentially different module include paths (@INC).

super search where title contains "crontab"