The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Data::Tabular::Cell - This object holds the information needed by a cell.

SYNOPSIS

The Data::Tabular::Cell object is normally only used internally by the Data::Tabular package.

DESCRIPTION

The Data::Tabular::Cell package contains the methods that are needed to display the data in a given cell of the table.

METHODS

These methods return information about a given cell and are used by the different output routines to format the the data.

raw_string

This method returns the underling data that is in the original data table.

AUTHOR

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

SEE ALSO

Data::Tabular