Help for this page

Select Code to Download


  1. or download this
    use Text::Table;
    my $tb = Text::Table->new(
    ...
    
    $tb->load( @rows );
    print $tb;