Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkh/p5-data-treedumper
Data visualisation in a tree like fashion
https://github.com/nkh/p5-data-treedumper
Last synced: 14 days ago
JSON representation
Data visualisation in a tree like fashion
- Host: GitHub
- URL: https://github.com/nkh/p5-data-treedumper
- Owner: nkh
- Created: 2011-10-21T07:32:21.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-11-11T09:42:10.000Z (about 1 year ago)
- Last Synced: 2024-10-11T21:43:06.548Z (about 1 month ago)
- Language: Perl
- Homepage:
- Size: 54.7 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
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] = 42INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make installCOPYRIGHT 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 .