in reply to Re: Re: Style Point: Catching eval { } errors
in thread Style Point: Catching eval { } errors

You mentioned Error.pm having problems a couple of times - can you be a bit more specific about the particulars of these problems?

I find myself using Error.pm quite a bit in web applications, and would be quite interested to know.

  • Comment on Re: Re: Re: Style Point: Catching eval { } errors

Replies are listed 'Best First'.
Re: Re: Re: Re: Style Point: Catching eval { } errors
by hardburn (Abbot) on Nov 25, 2003 at 15:05 UTC

    This node puts it far better than I could.

    ----
    I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
    -- Schemer

    : () { :|:& };:

    Note: All code is untested, unless otherwise stated