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


Data-Tabulate-Plugin-HTMLTable documentation  | view source Contained in the Data-Tabulate-Plugin-HTMLTable distribution.

Index


NAME

Top

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

VERSION

Top

version 0.03

SYNOPSIS

Top

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

Top

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

Top

Renee Baecker <module@renee-baecker.de>

COPYRIGHT AND LICENSE

Top


Data-Tabulate-Plugin-HTMLTable documentation  | view source Contained in the Data-Tabulate-Plugin-HTMLTable distribution.