freebsd-ports/textproc/p5-Text-Table/pkg-descr
Vanilla I. Shu 9f99d62fba Add p5-Text-Table 1.102, organize Data in Tables.
PR:		ports/66224
Submitted by:	Autrijus Tang <autrijus@autrijus.org>
2004-05-05 21:06:27 +00:00

8 lines
458 B
Plaintext

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.