Help for this page

Select Code to Download


  1. or download this
    use strict;
    use CGI qw(:standard);
    ...
       }
       return $str;
    }
    
  2. or download this
    sub make_rows {
       @_ = map { Tr((map { td($_) } @$_)) } @_;
       return wantarray ? @_ : join('',@_);
    }