in reply to Strack traces with Exception::Class

I think it will work if use the Carp module and import verbose, e.g.:

use Carp 'verbose';

----
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

Replies are listed 'Best First'.
Re: Re: Strack traces with Exception::Class
by Arunbear (Prior) on Nov 03, 2003 at 21:58 UTC
    I've now tried using Carp with the verbose option, but it does not make Exception::Class's throw method give the strack trace.