- or download this
package HTML::Table;
...
}
1;
- or download this
use HTML::Table;
my $table = HTML::Table::make_table(5, qw[some random data to test th
+e table creation thing] );
print $table;
- or download this
<table><tr><td>some</td> <td>random</td> <td>data</td> <td>to</
td> <td>test</td></tr> <tr><td>the</td> <td>table</td> <td>creation</t
+d> <td>thing</td> <td></td></tr></table>