Devel::StackTrace::Frame - A single frame in a stack trace


Devel-StackTrace documentation  | view source Contained in the Devel-StackTrace distribution.

Index


NAME

Top

Devel::StackTrace::Frame - A single frame in a stack trace

VERSION

Top

version 1.27

DESCRIPTION

Top

See Devel::StackTrace for details.

METHODS

Top

See the caller documentation for more information on what these methods return.

* $frame->package
* $frame->filename
* $frame->line
* $frame->subroutine
* $frame->hasargs
* $frame->wantarray
* $frame->evaltext

Returns undef if the frame was not part of an eval.

* $frame->is_require

Returns undef if the frame was not part of a require.

* $frame->args

Returns the arguments passed to the frame. Note that any arguments that are references are returned as references, not copies.

* $frame->hints
* $frame->bitmask

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Devel-StackTrace documentation  | view source Contained in the Devel-StackTrace distribution.