On Thu, 2005-03-17 at 21:08 +0100, Clinton Gormley wrote: > Doing a search, though, I found a discussion that Perrin had commented > on in 2003, not recommending its usage in any environment, never mind > mod_perl. > > http://aspn.activestate.com/ASPN/Mail/Message/modperl/1925101 > > Is this still the feeling?
Yes. Look at either Error::TryCatch (source filter) or Exception::Class::TryCatch (safe, but less magical). - Perrin