in reply to Useless code in Error.pm?

unshift @{$catch}, undef, $code;

Weird. That's not what's in my Error.pm. In my copy, it says:

unshift @{$catch}, undef, $sub;
Check if there's a newer version than the one you use. Installed on my box is 0.15.

Yes, I reinvent wheels.

Replies are listed 'Best First'.
Re: Re: Useless code in Error.pm?
by Anonymous Monk on Apr 11, 2002 at 08:21 UTC
    Yep, I was running 0.13, that was the problem. Thanks!