Devel::StackTrace::Frame.3pm

Langue: en

Version: 2010-09-06 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

NAME

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

VERSION

version 1.25

DESCRIPTION

See Devel::StackTrace for details.

METHODS

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

   Dave Rolsky <autarch@urth.org>
 
 
This software is Copyright (c) 2010 by Dave Rolsky.

This is free software, licensed under:

   The Artistic License 2.0