/export/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Data-Tabular/blib/lib/Data/Tabular/Output/HTML.pm


NAME

Data::Tabular::Output::HTML


SYNOPSIS

This object is used by Data::Tabular to render an HTML table.


DESCRIPTION

This object takes a Table and an output object and return an HTML table.

 my $table = Data::Tabular::Output::HTML->new(table => $t, output => $o);
 print $table;

Note that if the object is used as a string the table is rendered.


CONSTRUCTOR

new

Normally this object is constructed by the Data::Tabular::html method.

It requires two arguments: a table and and an output object.


METHODS

html

This method returns a string that is an HTML table.


AUTHOR

"G. Allen Morris III" <gam3@gam3.net>