Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Perl Modules

    Text::ASCIITable 0.18

    Download button

    No screenshots available
    Downloads: 430  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.6/5)
    6 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Håkon Nessjøen | More programs
    Perl Artistic License / FREE
    December 21st, 2007, 11:20 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Text::ASCIITable description

    A Perl module to create a nice formatted table using ASCII characters.

    Text::ASCIITable is a Perl module to create a nice formatted table using ASCII characters.

    SYNOPSIS

    use Text::ASCIITable;
    $t = Text::ASCIITable->new({ headingText => 'Basket' });

    $t->setCols('Id','Name','Price');
    $t->addRow(1,'Dummy product 1',24.4);
    $t->addRow(2,'Dummy product 2',21.2);
    $t->addRow(3,'Dummy product 3',12.3);
    $t->addRowLine();
    $t->addRow('','Total',57.9);
    print $t;


    # Result:
    .------------------------------.
    | Basket |
    +----+-----------------+-------+
    | Id | Name | Price |
    +----+-----------------+-------+
    | 1 | Dummy product 1 | 24.4 |
    | 2 | Dummy product 2 | 21.2 |
    | 3 | Dummy product 3 | 12.3 |
    +----+-----------------+-------+
    | | Total | 57.9 |
    '----+-----------------+-------'



    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    formatted table | ASCII characters | Perl module | ASCII | characters | formatted



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM