Man Page: devel::stacktrace::frame
Operating Environment: mojave
Section: 3
Devel::StackTrace::Frame(3) User Contributed Perl Documentation Devel::StackTrace::Frame(3)NAMEDevel::StackTrace::Frame - A single frame in a stack traceVERSIONversion 1.31DESCRIPTIONSee Devel::StackTrace for details.METHODSSee Perl's "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() $frame->as_string() Returns a string containing a description of the frame.AUTHORDave Rolsky <autarch@urth.org>COPYRIGHT AND LICENSEThis software is Copyright (c) 2014 by Dave Rolsky. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible) perl v5.18.2 2014-01-16 Devel::StackTrace::Frame(3)
| Related Man Pages |
|---|
| gtk2::frame(3) - suse |
| flipbook(1) - debian |
| devel::stacktrace::withlexicals(3pm) - debian |
| stacktrace::auto(3pm) - debian |
| wx::perl::datawalker(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Split large xml into mutiple files and with header and footer in file |
| 12-Core MacPro (2013) kernel_task over 1200% |
| Shopt -s histappend |
| My first PERL incarnation... Audio Oscillograph |