Re: Error.pm and mod_perl

2005-03-18 Thread Clinton Gormley
> Error::TryCatch looks like a nice drop in replacement for Error.pm. > > This is the first time I've come across a source filter - looks like a > really cool technique. Hmmm - let me take that back. There are too many issues with parsing at the moment. So the construct : $abc->new( PARAM => {

Re: Error.pm and mod_perl

2005-03-18 Thread Clinton Gormley
On Thu, 2005-03-17 at 15:19 -0500, Perrin Harkins wrote: > > Is this still the feeling? > > Yes. Look at either Error::TryCatch (source filter) or > Exception::Class::TryCatch (safe, but less magical). Error::TryCatch looks like a nice drop in replacement for Error.pm. This is the first time I'

Re: Error.pm and mod_perl

2005-03-17 Thread Perrin Harkins
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 stil

Error.pm and mod_perl

2005-03-17 Thread Clinton Gormley
Hi all It's good to be back on this list - been a while :) Recently, I've used Error.pm for a few projects and I love the interface - makes coding a whole lot simpler. Doing a search, though, I found a discussion that Perrin had commented on in 2003, not recommending its usage in any environment