| Devel::MAT::Tool::Callers(3pm) | User Contributed Perl Documentation | Devel::MAT::Tool::Callers(3pm) |
"Devel::MAT::Tool::Callers" - display the caller stack
This "Devel::MAT" tool displays the captured state of the caller stack, showing which functions have been called, and what their arguments were.
pmat> callers
caller(0): &main::func => void
at program.pl line 4
$_[0]: SCALAR(PV) at 0x55c2bdce2778 = "arguments"
$_[1]: SCALAR(PV) at 0x55c2bdce2868 = "go"
$_[2]: SCALAR(PV) at 0x55c2bdce26e8 = "here"
Prints details of the caller stack, including arguments to functions.
Takes the following named options:
Paul Evans <leonerd@leonerd.org.uk>
| 2024-04-01 | perl v5.38.2 |