Re: Mime::Lite sending email

2012-12-10 Thread Andy Bach
On Mon, Dec 10, 2012 at 2:39 PM, Alvin Ramos wrote: > I was curious, how could I write into the script to send me the > information one time instead of every 5 minutes after it does find a lock? You could touch/create a file and use the time stamp as a semaphore - if the file is not there or ol

Re: Mime::Lite sending email

2012-12-10 Thread John Mason
How about storing the date & time you have sent and email in a file then deleting the file when you detect problem has cleared? This way you could also add logic to send periodic alerts based on the time John On Mon, Dec 10, 2012 at 3:39 PM, Alvin Ramos wrote: > I have a perl script that is