On 2012-09-15, at 11:25 PM, jmrhide-p...@yahoo.com wrote:

> It would be WONDERFUL to get an email every time it glitched! Does anybody 
> have 
> a 
> 
> 
> sub written for that?

Just bear in mind that you need to add logic to the while(1) loops to determine 
that they are running too long. If it gets hung up in them, *that is not an 
error unless you turn it into one*. Otherwise the program will blithely sit 
there, looping for all eternity without producing any errors at all.

It's like the open BORK, foo or die $!  code you see. You have to write the 
logic to detect that the internal state of the program is misbehaving. 

Reply via email to