CGI::Alert is a simple-to-use module: use CGI::Alert '[EMAIL PROTECTED]';
It traps 'die's and warnings, and sends an email notification to the given maintainer. Warnings are never shown to the remote (web) user, but if the script dies, a message is sent to the browser indicating that an error happened and the maintainer has been notified. The generated email includes full stack traces, CGI params, and other details useful for debugging. Is the name acceptable? It doesn't really fall under CGI::Debug, because CGI::Alert is intended to be on and active all the time. It is invaluable for catching unexpected situations. Thanks, ^E -- Ed Santiago Toolsmith [EMAIL PROTECTED]