Renee Baecker > Data-Tabulate-Plugin-HTMLTable > Data::Tabulate::Plugin::HTMLTable

Download:
Data-Tabulate-Plugin-HTMLTable-0.03.tar.gz

Dependencies

Annotate this POD

View/Report Bugs
Module Version: 0.03   Source  

NAME ^

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

VERSION ^

version 0.03

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@renee-baecker.de>

COPYRIGHT AND LICENSE ^

This software is Copyright (c) 2010 by Renee Baecker.

This is free software, licensed under:

  The Artistic License 2.0
syntax highlighting: