Help for this page
sub pretty_table { my ($ary, $width, $no_center) = @_; ... $html .= " </tr>\n"; return $html; }