File: README

package info (click to toggle)
libdata-treedumper-perl 0.37-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 192 kB
  • ctags: 46
  • sloc: perl: 1,780; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 999 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Data/TreeDumper
===============

Data::TreeDumper dumps any data structure. Try the examples
that come with Data::TreeDumper.

Ex:
my $tree = { ... } ;
print DumpTree($tree, 'Tree:') ;

#output

Tree:
|- A [H1]
|  |- a [H2]
|  |- bbbbbb = CODE(0x8139fa0) [C3]
|  |- c123 [C4 -> C3]
|  `- d [R5]
|     `- REF(0x8139fb8) [C6 -> C3]
|- ARRAY [A7]
|  |- 0 [S8] = elment_1
|  |- 1 [S9] = element_2
|  `- 2 [S10] = element_3
`- C [H11]
   `- b [H12]
      `- a [H13]
         |- a [H14]
         |- b = CODE(0x81ab10c) [C15]
         `- c [S16] = 42

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

COPYRIGHT AND LICENCE

  Copyright (c) 2003-2008 Nadim Ibn Hamouda el Khemir. All rights
  reserved.  This program is free software; you can redis-
  tribute it and/or modify it under the same terms as Perl
  itself.

If you find any value in this module, mail me!  All hints, tips, flammes and wishes
are welcome at <nadim@khemir.net>.