> 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 => {
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'
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
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