|
/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Data-TreeDumper-OO/blib/html/site/lib/Data/TreeDumper/OO.html |
CODE(0x8139fa0) [C3]
| |- c123 [C4 -> C3]
| `- d [R5]
| `- REF(0x8139fb8) [R5 -> C3]
|- ARRAY [A6]
| |- 0 [S7] = elment_1
| |- 1 [S8] = element_2
| `- 2 [S9] = element_3
`- C [H10]
`- b [H11]
`- a [H12]
|- a [H13]
|- b = CODE(0x81ab130) [C14]
`- c [S15] = 42
</PRE>
<PRE>
$dumper->UseAnsi(1) ;
$dumper->UseAscii(1) ;
$dumper->SetMaxDepth(2) ;
$dumper->SetIndentation(' ') ;
$dumper->SetVirtualWidth(80) ;
$dumper->SetFilter(\&Data::TreeDumper::HashKeysSorter) ;
$dumper->SetLevelFilters({1 => \&Filter_1, 5 => \&Filter_5) ;
$dumper->SetStartLevel(0) ;
$dumper->QuoteHashKeys(1) ;
$dumper->QuoteValues(0) ;
$dumper->DisplayNoElements(1) ;
$dumper->DisplayRootAddress(1) ;
$dumper->DisplayAddress(0) ;
$dumper->DisplayObjectType(0) ;
$dumper->Displayinheritance(0) ;
$dumper->DisplayAutoload(0) ;
$dumper->DisplayTie(0) ;
$dumper->DisplayPerlAddress(1) ;
$dumper->DisplayPerlSize(0) ;
$dumper->NumberLevels(2) ;
$dumper->ColorLevels(\&ColorLevelSub) ;
$dumper->SetGlyphs(['. ', '. ', '. ', '. ']) ;
$dumper->NoOutput(1) ;
$dumper->SetRenderer('DHTML') ;</PRE>
<PRE>
$dumper->Dump($s, "Using OO interface", %OVERRIDES) ;
$dumper->DumpMany
(
[$s, "dump1", %OVERRIDES]
, [$s, "dump2", %OVERRIDES]
, %OVERRIDES
) ;</PRE>
<PRE>
If you find any value in this module, mail me! All hints, tips, flames and wishes are welcome at <nadim@khemir.net>. <P> <HR> <H1><A NAME=``see also''>SEE ALSO</A></H1> <P><STRONG>Data::TreeDumper</STRONG>. <STRONG>Data::Dumper</STRONG>.</P> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH=100%> <TR><TD CLASS=block VALIGN=MIDDLE WIDTH=100% BGCOLOR=``#cccccc''> <FONT SIZE=+1><STRONG><P CLASS=block> Data::TreeDumper::OO - Object oriented interface to Data::TreeDumper</P></STRONG></FONT> </TD></TR> </TABLE>
</BODY>
</HTML>
|
/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Data-TreeDumper-OO/blib/html/site/lib/Data/TreeDumper/OO.html |