套件: libschedule-cron-events-perl (1.95-1)
libschedule-cron-events-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libschedule-cron-events-perl:
- [libschedule-cron-events-perl_1.95-1.dsc]
- [libschedule-cron-events-perl_1.95.orig.tar.gz]
- [libschedule-cron-events-perl_1.95-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Lucas Kanashiro
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module to find out the times at which a cron entry would run
Given a line from a crontab, tells you the time at which cron will next run the line, or when the last event occurred, relative to any date you choose. The object keeps that reference date internally, and updates it when you call nextEvent() or previousEvent() - such that successive calls will give you a sequence of events going forward, or backwards, in time.
Use setCounterToNow() to reset this reference time to the current date on your system, or use setCounterToDate() to set the reference to any arbitrary time, or resetCounter() to take the object back to the date you constructed it with.
Schedule::Cron::Events uses Set::Crontab to understand the date specification, so it should be able to handle all forms of cron entries.
其他與 libschedule-cron-events-perl 有關的套件
|
|
|
-
- dep: libset-crontab-perl
- Expand crontab-style integer lists
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language