All, I've been hunting the web for mechanisms whereby I can trap errors from my mod perl objects and report them back to a user nicely, log them AND possibly send reports back to me.
Before I started hunting I thought it would be a simple process to use the eval mechanism to run my scripts and then report errors back to my browser. (replacing the nasty error500 document) In my travels I found CGI::Carp and Apache::ErrorReport Before I try to pull them both apart and rebuild something which fits my requirements, has anybody else done anything along these lines? Does anybody have any other Recomendations for me to look at? Kind regards Marty