http://www.perlmonks.org?node_id=1063147


in reply to Search logs with crontab

I might also add, that you could put your script into a sleep for 2hrs. time, before running again. Thereby eliminating the repetitive mail(s) cron sends.

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;