The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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