NAME

Devel::MAT::Tool::Show - show information about a given SV

DESCRIPTION

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.

COMMANDS

show

pmat> show 0x1bbf598
IO() at 0x1bbf598 with refcount 2
  blessed as IO::File
  ifileno=2
  ofileno=2

Prints information about the given SV.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>