1Devel::StackTrace::FramUes(e3r)Contributed Perl DocumentDaetvieoln::StackTrace::Frame(3)
2
3
4

NAME

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

VERSION

9       version 1.30
10

DESCRIPTION

12       See Devel::StackTrace for details.
13

METHODS

15       See the caller documentation for more information on what these methods
16       return.
17
18       ·   $frame->package
19
20       ·   $frame->filename
21
22       ·   $frame->line
23
24       ·   $frame->subroutine
25
26       ·   $frame->hasargs
27
28       ·   $frame->wantarray
29
30       ·   $frame->evaltext
31
32           Returns undef if the frame was not part of an eval.
33
34       ·   $frame->is_require
35
36           Returns undef if the frame was not part of a require.
37
38       ·   $frame->args
39
40           Returns the arguments passed to the frame.  Note that any arguments
41           that are references are returned as references, not copies.
42
43       ·   $frame->hints
44
45       ·   $frame->bitmask
46

AUTHOR

48       Dave Rolsky <autarch@urth.org>
49
51       This software is Copyright (c) 2012 by Dave Rolsky.
52
53       This is free software, licensed under:
54
55         The Artistic License 2.0 (GPL Compatible)
56
57
58
59perl v5.16.3                      2012-11-20       Devel::StackTrace::Frame(3)
Impressum