|
NAME"Devel::MAT::Tool::Symbols" - display a list of the symbol tableDESCRIPTIONThis "Devel::MAT" tool displays a list names from the symbol table.COMMANDSsymbolspmat> symbols strict $strict::VERSION &strict::all_bits &strict::all_explicit_bits &strict::bits &strict::import &strict::unimport Prints a list of every name inside a symbol table hash ("stash"), starting from the one given by name, or the toplevel default stash if none is provided. Takes the following named options:
packagesPrints a list of every package name in the symbol table.pmat> packages package CORE at STASH(1) at 0x55cde0f74240 package CORE::GLOBAL at STASH(0) at 0x55cde0f74270 package Carp at STASH(4) at 0x55cde0fa1508 ... Takes the following named options:
AUTHORPaul Evans <leonerd@leonerd.org.uk>
Visit the GSP FreeBSD Man Page Interface. |