Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my $rule = $tb->rule(qw/- +/);
    print $rule, $tb->title, $rule, $tb->body, $rule;
    __END__
    
  2. or download this
    $ perl -w 718972.pl
    +---------+---------+--------+---------+
    ...
    | ./case8 | x       |        | x       |
    | ./case9 | x       |        | x       |
    +---------+---------+--------+---------+