Perl Cron Scheduler: start at x time, execute every y minutes forever
Posted
by Greg
on Stack Overflow
See other posts from Stack Overflow
or by Greg
Published on 2010-04-05T01:03:49Z
Indexed on
2010/04/05
1:13 UTC
Read the original article
Hit count: 470
I'm using perl cron, and I want to make a rule like this
run every xx min/hours starting at yy:yy time (until the end of time)
How would I put this into a cron string? perl:cron seems to use the same syntax as regular cron so a regular cron string should work
TIA!
© Stack Overflow or respective owner