
Data::Tabulate::Plugin::HTMLTable - HTML::Table plugin for Data::Tabulate

version 0.03

This module renders the table for HTML
use Data::Tabulate;
my @array = (1..10);
my $foo = Data::Tabulate->new();
my $html = $foo->render('HTMLTable',{data => [@array]});

create a new object of Data::Tabulate::Plugin::HTMLTable.
returns a string that contains the HTML source for the table
set some attributes for HTML::Table.

Renee Baecker <module@renee-baecker.de>

This software is Copyright (c) 2010 by Renee Baecker.
This is free software, licensed under:
The Artistic License 2.0