On Thu, 17 Aug 2000, Tony Olekshy wrote:

> trace
> 
>     A listref containing a snapshot of the call-stack as at the time
>     the exception is first raised.  The array contains hashes (one
>     per call stack level), each containing one key value pair for
>     each snapshot value at that level.  Here are some examples:
> 
>           $e->{trace}->[0]->{file}
>           $e->{trace}->[0]->{line}
>           $e->{trace}->[0]->{sub}

If the exception is an object I'd like to see this be an object as well.  
I have a module on CPAN called Devel::StackTrace that implements an
interface for this.

-dave

/*==================
www.urth.org
We await the New Sun
==================*/

Reply via email to