NAME
Data::TreeDumper::Renderer::DHTML - Simple DHTML renderer for Data::TreeDumper
SYNOPSIS
# Auto load
print DumpTree($s, 'Tree', RENDERER => 'DHTML') ;
# Manual load
print DumpTree
(
$s
, 'Tree'
, RENDERER => Data::TreeDumper::Renderer::DHTML::GetRenderer("argument")
) ;
DESCRIPTION
Simple DHTML renderer for Data::TreeDumper. Thanks to Stevan Little author of Tree::Simple::View for giving me the idea and providing some code I could snatch.
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>
Thanks to Ed Avis for showing interest and pushing me to re-write the documentation.
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.