Help for this page

Select Code to Download


  1. or download this
    cpan[1]> install Text::Table
    Text::Table is up to date (1.107).
    
  2. or download this
    use warnings;
    use strict;
    ...
    "e", "f\ng", "h"
    "i", "j", "k\nl"
    "m", "n", "o"
    
  3. or download this
    $ perl text.table.pl
    A B C
    ...
    "e"     "f\ng"  "h"
    "i"     "j"     "k\nl"
    "m"     "n"     "o"