Help for this page

Select Code to Download


  1. or download this
    use Text::Table;
    my $t = Text::Table->new(qw(CASENAME SORTED CLEANED PROCEED));
    ...
        $t->add(@res);
    }
    print $t;