This library will allow you to handle schedules in extended crontab(5) format. This library mainly provides following methods:
If you're planning to manage pattern-based (i.e., crontab(5)-like defined) schedule, then this library should be useful.
Just type:
perl Makefile.PL
make
make test
make install
and you should be all set.
This module requires Time::Local.
For the usage, please consult POD document embedded in the library. Also,
perldoc Schedule::Match
should show you the document if installed correctly.