https://github.com/perlpunk/html-template-compiled-plugin-dhtml
Data::TreeDumper::Renderer::DHTML plugin for HTML::Template::Compiled
https://github.com/perlpunk/html-template-compiled-plugin-dhtml
Last synced: 3 months ago
JSON representation
Data::TreeDumper::Renderer::DHTML plugin for HTML::Template::Compiled
- Host: GitHub
- URL: https://github.com/perlpunk/html-template-compiled-plugin-dhtml
- Owner: perlpunk
- Created: 2013-01-10T20:02:07.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-10T20:48:42.000Z (over 12 years ago)
- Last Synced: 2025-02-05T18:05:17.841Z (5 months ago)
- Language: Perl
- Size: 113 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
VERSION
$VERSION = "0.02"NAME
HTML::Template::Compiled::Plugin::DHTML - Dumps variables into clickable
HTML outputSYNOPSIS
use HTML::Template::Compiled::Plugin::DHTML;my $htc = HTML::Template::Compiled->new(
plugin => [qw(HTML::Template::Compiled::Plugin::DHTML)],
...
);METHODS
register
gets called by HTCdumper
Dumps variables into clickable HTML. See "dhtml.html" in examples.