Description
Cron-style schedules can be embedded into Perl applications and services. Developers use it to run callbacks or jobs at configured times without relying only on system crontab entries. Scheduled tasks can run commands or mutate data depending on the consuming application.