p5-Text-SimpleTable
simple eyecandy ASCII Tables
WWW CVSWeb GITHub-
Package versionp5-Text-SimpleTable-2.07p0
-
MaintainerThe OpenBSD ports mailing-list
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 |
'-------+------------'