Text::TabularDisplay

Display text in formatted table output
Download

Text::TabularDisplay Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Darren Chamberlain
  • Publisher web site:
  • http://search.cpan.org/~darren/Tie-Google-0.03/Google.pm

Text::TabularDisplay Tags


Text::TabularDisplay Description

Display text in formatted table output Text::TabularDisplay is a Perl module to display text in formatted table output.SYNOPSIS use Text::TabularDisplay; my $table = Text::TabularDisplay->new(@columns); $table->add(@row) while (@row = $sth->fetchrow); print $table->render; +----+--------------+ | id | name | +----+--------------+ | 1 | Tom | | 2 | Dick | | 3 | Barry | | | (aka Bazza) | | 4 | Harry | +----+--------------+ Requirements: · Perl


Text::TabularDisplay Related Software