>>>>> "TC" == Tom Christiansen <[EMAIL PROTECTED]> writes:

TC> Ok, so you want message catalogues, and not solely on Perl but anything
TC> in the distribution.  You should say that.

No. That is independent of what I'm suggesting. What I'm suggesting is
an enabler.

I've seen code that actually looks at the value of $@
        eval { ... }
        $@ !~ /..../;

Why not make it simpler

        eval { .... }
        $@ !~ any( .... );              # Damian's Superpositions.
                                        # I keep reading Superstition :-)

<chaim>
-- 
Chaim Frenkel                                        Nonlinear Knowledge, Inc.
[EMAIL PROTECTED]                                               +1-718-236-0183

Reply via email to