Home

The textproc/p5-Text-SimpleTable port

p5-Text-SimpleTable-2.07p0 – simple eyecandy ASCII Tables (cvsweb github mirror)

Description

Simple eyecandy ASCII tables, as seen in Catalyst.

use Text::SimpleTable;

my $t1 = Text::SimpleTable->new( 5, 10 );
$t1->row( 'foobarbaz', 'yadayadayada' );
print $t1->draw;

.-------+------------.
| foob- | yadayaday- |
| arbaz | ada        |
'-------+------------'
WWW: https://metacpan.org/release/Text-SimpleTable

Maintainer

The OpenBSD ports mailing-list

Categories

perl5 textproc

Test dependencies

Reverse dependencies

Files

Search