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 ...
2
votes
2answers
429 views

Scheduling a perl script

I have a perl .exe file that I was to run every ten minutes. I have set up the windows scheduler to run it and it says that it is successful but there is no output in the file. When I click the .exe ...
2
votes
2answers
1k views

How do I schedule a task in Perl?

Does anyone knows if perl supports a task scheduler? I am working on a c# program that controls a bunch of perl scripts. The perl script talked to some device over the socket interface. The device, ...