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

NAME

Devel::MAT::Tool::Outrefs - show SVs referred to by a given SV

COMANDS

outrefs

   pmat> outrefs defstash
   ...

Shows the outgoing references that refer to other SVs.

Takes the following named options:

--weak

Include weak direct references in the output (by default only strong direct ones will be included).

--all

Include both weak and indirect references in the output.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>