Help for this page

Select Code to Download


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