Help for this page
CRON = 1 15 * * * * myscript.pl
#!/usr/local/bin/perl if ($ENV{CRON}) { ... } else { print "Not running in cron.\n"; }