2004-08-02 16:32:40 +02:00
|
|
|
Data::Dumper and other modules do a great job at dumping data structures.
|
|
|
|
Their output, however, often takes more brain power to understand than the
|
2004-08-20 14:19:16 +02:00
|
|
|
data itself. When dumping large amounts of data, the output can be overwhelming
|
2004-08-02 16:32:40 +02:00
|
|
|
and it's difficult to see the relationship between each piece of the dumped
|
|
|
|
data. Data::TreeDumper also dumps data in a tree-like fashion but hopefully
|
|
|
|
in a format more easily understood.
|
|
|
|
|
2004-08-20 14:19:16 +02:00
|
|
|
Data::TreeDumper also gives one extraordinary control over output and
|
|
|
|
provides for custom filtering of and iteration over data structures.
|
|
|
|
|
2004-08-02 16:32:40 +02:00
|
|
|
WWW: http://search.cpan.org/dist/Data-TreeDumper/
|
|
|
|
Author: Khemir Nadim ibn Hamouda <nadim@khemir.net>
|
|
|
|
|
|
|
|
- Aaron Dalton
|
|
|
|
aaron@daltons.ca
|