NAME
Devel::MAT::Tool::Roots - display a list of the root SVs
DESCRIPTION
This Devel::MAT tool displays a list of all the root SVs.
COMMANDS
roots
pmat> roots
the *@ GV : GLOB($*) at 0x1381ed0/errgv
the ARGV GV : GLOB(@*I) at 0x139f618/argvgv
...
Prints a list of every root SV in the heap.
AUTHOR
Paul Evans <leonerd@leonerd.org.uk>