Scroll to navigation

Parse::ErrorString::Perl::StackItem(3pm) User Contributed Perl Documentation Parse::ErrorString::Perl::StackItem(3pm)

NAME

Parse::ErrorString::Perl::StackItem - a Perl stack item object

DESCRIPTION

The subroutine that was called, qualified with a package name (as printed by "use diagnostics").
File where subroutine was called. See "file" in "Parse::ErrorString::Perl::ErrorItem".
See "file_abspath" in "Parse::ErrorString::Perl::ErrorItem".
See "file_msgpath" in "Parse::ErrorString::Perl::ErrorItem".
The line where the subroutine was called.

# Copyright 2008-2013 The Padre development team as listed in Padre.pm. # LICENSE # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl 5 itself.

2020-05-18 perl v5.30.2