Tagged Questions

2
votes
1answer
167 views

Changing scheduled time with Schedule::Cron

I'm writing a script in Perl that needs to run at the same time every night, except sometimes that time needs to change. I found Schedule::Cron on CPAN, and it does what I want it to do. According ...