Data/TreeDumper version 0.08
============================

Data::TreeDumper dumps a data structure in tree fasion. Try the examples
that come with Data::TreeDumper.

Ex:

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

DEPENDENCIES

This module requires these other modules and libraries:

	Term::Size;
	Text::Wrap  ;

COPYRIGHT AND LICENCE

  Copyright (c) 2003 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.

