The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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
   the ARGV GV                         : GLOB(@*I) at 0x139f618
   ...

Prints a list of every root SV in the heap.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>