| Data-TreeDumper-Renderer-ASCII documentation | view source | Contained in the Data-TreeDumper-Renderer-ASCII distribution. |
Data::TreeDumper::Renderer::ASCII - Proof of concept renderer for Data::TreeDumper
# Auto load
print DumpTree($s, 'Tree', RENDERER => 'ASCII') ;
# Manual load
print DumpTree
(
$s
, 'Tree'
, RENDERER => Data::TreeDumper::Renderer::ASCII::GetRenderer("argument")
) ;
Proof of concept renderer for Data::TreeDumper.
None I know of in this release but plenty, lurking in the dark corners, waiting to be found.
None
Khemir Nadim ibn Hamouda. <nadim@khemir.net>
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.
If you find any value in this module, mail me! All hints, tips, flames and wishes are welcome at <nadim@khemir.net>.
Data::TreeDumper.
| Data-TreeDumper-Renderer-ASCII documentation | view source | Contained in the Data-TreeDumper-Renderer-ASCII distribution. |