NAME

Devel::MAT::Tool::Symbols - display a list of the symbol table

DESCRIPTION

This Devel::MAT tool displays a list names from the symbol table.

COMMANDS

symbols

pmat> 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:

--recurse, -R

Recursively show the inner symbols inside stashes.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>