in reply to Re^2: Have script send email if it dies
in thread Have script send email if it dies

...this won't catch errors in perl; running out of memory, etc. whereas an external monitoring program will. That's probably the most robust solution.

You're correct; my focus was on solutions "within the script", actually. Thanks for the note!

----Asim, known to some as Woodrow.

  • Comment on Re^3: Have script send email if it dies