NAME
Data::TreeDumper::Renderer::ASCII - Proof of concept renderer for Data::TreeDumper
SYNOPSIS
# Auto load
print DumpTree($s, 'Tree', RENDERER => 'ASCII') ;
# Manual load
print DumpTree
(
$s
, 'Tree'
, RENDERER => Data::TreeDumper::Renderer::ASCII::GetRenderer("argument")
) ;
DESCRIPTION
Proof of concept renderer for Data::TreeDumper.
Bugs
None I know of in this release but plenty, lurking in the dark corners, waiting to be found.
EXPORT
None
AUTHOR
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>.
SEE ALSO
Data::TreeDumper.