Devel-MAT
view release on metacpan or search on metacpan
doc/format.txt view on Meta::CPAN
U32 NROOTS=$n
{STR ROOTNAME
PTR ROOT} * $n
main_cv = the main code
defstash = the default stash
mainstack = the main stack AV
beginav = the BEGIN list
checkav = the CHECK list
unitcheckav = the UNITCHECK list
initav = the INIT list
endav = the END list
strtab = the shared string table HV
envgv = the ENV GV
incgv = the INC GV
statgv = the stat GV
statname = the statname SV
tmpsv = the temporary SV
defgv = the default GV
argvgv = the ARGV GV
lib/Devel/MAT/Dumpfile.pm view on Meta::CPAN
my %ROOTDESC;
foreach (
[ sv_undef => "+the undef SV" ],
[ sv_yes => "+the true SV" ],
[ sv_no => "+the false SV" ],
[ main_cv => "+the main code" ],
[ defstash => "+the default stash" ],
[ mainstack => "+the main stack AV" ],
[ beginav => "+the BEGIN list" ],
[ checkav => "+the CHECK list" ],
[ unitcheckav => "+the UNITCHECK list" ],
[ initav => "+the INIT list" ],
[ endav => "+the END list" ],
[ strtab => "+the shared string table HV" ],
[ envgv => "-the ENV GV" ],
[ incgv => "+the INC GV" ],
[ statgv => "+the stat GV" ],
[ statname => "+the statname SV" ],
[ tmpsv => "-the temporary SV" ],
[ defgv => "+the default GV" ],
[ argvgv => "-the ARGV GV" ],
( run in 0.904 second using v1.01-cache-2.11-cpan-748bfb374f4 )