ad4f267b7a
search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
9 lines
504 B
Text
9 lines
504 B
Text
Organization of data in table form is a time-honored and useful method
|
|
of data representation. While columns of data are trivially generated
|
|
by computer through formatted output, even simple tasks like keeping
|
|
titles aligned with the data columns are not trivial, and the one-shot
|
|
solutions one comes up with tend to be particularly hard to maintain.
|
|
Text::Table allows you to create and maintain tables that adapt to
|
|
alignment requirements as you use them.
|
|
|
|
WWW: https://metacpan.org/release/Text-Table
|