Devel::StackTrace::Frame(3) User Contributed Perl Documentation Devel::StackTrace::Frame(3)

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

version 2.04

See Devel::StackTrace for details.

See Perl's "caller" documentation for more information on what these methods return.

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

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

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

Returns a string containing a description of the frame.

Bugs may be submitted at https://github.com/houseabsolute/Devel-StackTrace/issues.

I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".

The source code repository for Devel-StackTrace can be found at https://github.com/houseabsolute/Devel-StackTrace.

Dave Rolsky <autarch@urth.org>

This software is Copyright (c) 2000 - 2019 by David Rolsky.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)

The full text of the license can be found in the LICENSE file included with this distribution.

2023-07-25 perl v5.38.0