Hi,
I have a functionality written in perl but I want to run this function once every specific time of an hour. For example, every hour at x:20 (like 10:20, 11:20, 12:20, 1:20...). I need to build in intelligence in a way that even if i run at 10 AM, it should poll at 10:20 and likewise i trigger the script at 9:30, the next poll interval is still 10:20.
Any suggestions?
I am doing this in windows.
Regards,
Sid