On Sat, 12 Jan 2002, Tatsuhiko Miyagawa wrote:

> On Fri, 11 Jan 2002 17:34:30 -0600 (CST)
> Dave Rolsky <[EMAIL PROTECTED]> wrote:
>
> > > You would have:
> > >     try {
> > >         code;
> > >     } catch FooException with {
> > >         code for FooExceptions;
> > >     } catch BarException with {
> > >         code for BarExceptions;
> > >     } otherwise {
> > >     };
> >
> > And the fun potential for memory leaks with nested closures.
>
> Matt has an idea for doing this with Filter module, instead of
> nasty closures.

Actually unfortunately I even had code, but it was on my laptop that died.
I may resurrect the project in time for this year's Perl Conference,
provided Tony Blair decides to instigate my vision of a 30 hour day.

-- 
<!-- Matt -->
<:->Get a smart net</:->

Reply via email to