| Devel::MAT::Tool::Show(3pm) | User Contributed Perl Documentation | Devel::MAT::Tool::Show(3pm) |
"Devel::MAT::Tool::Show" - show information about a given SV
This "Devel::MAT" tool provides a command that prints interesting information from within an SV. Its exact output will depend on the type of SV it is applied to.
pmat> show 0x1bbf598
IO() at 0x1bbf598 with refcount 2
blessed as IO::File
ifileno=2
ofileno=2
Prints information about the given SV.
pmat> elems endav
[0] CODE(PP) at 0x562e93222dc8
Prints elements of an ARRAY SV.
Takes the following named options:
pmat> values defstash
{"\b"} GLOB($%*) at 0x562e93114eb8
{"\017"} GLOB($*) at 0x562e9315a428
...
Prints values of a HASH or STASH SV.
Takes the following named options:
Takes the following positional arguments:
Paul Evans <leonerd@leonerd.org.uk>
| 2024-10-15 | perl v5.40.0 |