Re: Error Handling/Reporting

2003-06-17 Thread Dale Lancaster
Yeah, CGI::Carp will do exactly what you want. I trap all system errors (DBI, die, etc) using Carp and format the results into a nice webpage for the user and further, I email myself the error along with the environment variables in use at the time as well as a stack dump of where it occured. This

Re: Error Handling

2002-06-18 Thread Stas Bekman
Gregory Matthews wrote: > Thank you for the link. [Gregory, please remember to keep the threads on the list and not to take them private without being asked to and worse, not sharing the knowledge with the rest of the community] > This is the route I would like to go (My::Exeption). Could you