NAME
Data::Tabulate::Plugin::HTMLTable - HTML::Table plugin for Data::Tabulate
VERSION
Version 0.0201
SYNOPSIS
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]});
METHODS
new
create a new object of Data::Tabulate::Plugin::HTMLTable
.
output
returns a string that contains the HTML source for the table
attributes
set some attributes for HTML::Table.
AUTHOR
Renee Baecker, <module at renee-baecker.de>
BUGS
Please report any bugs or feature requests to bug-data-tabulate-plugin-htmltable at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Data::Tabulate::Plugin::HTMLTable. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Data::Tabulate::Plugin::HTMLTable
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
http://cpanratings.perl.org/d/Data-Tabulate-Plugin-HTMLTable
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data::Tabulate::Plugin::HTMLTable
Search CPAN
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2006 - 2007 Renee Baecker, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.