Paketname | libschedule-cron-perl |
Beschreibung | Simple but complete cron like scheduler |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.99-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 120 Byte |
Hängt ab von | perl, libtime-modules-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 30712 Byte |
Prüfsumme MD5 | ad8029aaf7daf950c07eed954ab0f4e6 |
Prüfsumme SHA1 | 5b10da4dc85ab689b828718c0cfc295e0e71ad08 |
Prüfsumme SHA256 | d7a1e1c69aa89de00600ca38aa8d471cc2153a8255d31642dd8a555252840f78 |
Link zum Herunterladen | libschedule-cron-perl_0.99-1_all.deb |
Ausführliche Beschreibung | This perl module can be used for periodically executing perl
subroutines. The dates and parameters for the subroutines to be
called are specified with a format known as crontab entry (see
manpage crontab(5) or documentation of Schedule::Cron).
.
The philosophy behind Schedule::Cron is to call subroutines
periodically from within one single Perl program instead of letting
cron trigger several (possibly different) Perl scripts. Everything
under one roof. Furthermore Schedule::Cron provides mechanism to
create crontab entries dynamically, which isn't that easy with cron.
|