I started to write a module for scheduling perl jobs with more readable syntax than a cron job, but wondered if there was already one available.
I'm after something that can be run from a perl script, not a crontab file. This syntax has got to be easily readable. For example :-
every Monday morning
every other Tuesday at 3:30pm
every night
once only on 14th August 2010 at 2pm
..if there was something even remotely similar to that it would be great. I had a quick look on CPAN but couldn't find what I was after.