I have procedure that I would like to run in perl that checks a data feed that I have running. I wrote the code to checks if the feed is up, now I would like to create an alarm that will use this code and check the feed every minute. Nothing should happen if it is up, otherwise it will send me an email.
I'm just a new to perl, could someone help me in setting up this alarm to run my code say every minute.
Thanks
I'm just a new to perl, could someone help me in setting up this alarm to run my code say every minute.
Thanks
Comment