Data::Tabular::Output::HTML - Data::Tabular::Output::HTML documentation


Data-Tabular documentation  | view source Contained in the Data-Tabular distribution.

Index


NAME

Top

Data::Tabular::Output::HTML

SYNOPSIS

Top

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

DESCRIPTION

Top

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

Top

new

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

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

METHODS

Top

html

This method returns a string that is an HTML table.

AUTHOR

Top

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


Data-Tabular documentation  | view source Contained in the Data-Tabular distribution.