- or download this
<TABLE><TR>
<TD>1</TD>
<TD>2</TD>
...
<TD>9</TD>
</TR>
</TABLE>
- or download this
<TABLE><TR>
<TD>1</TD>
<TD>1</TD>
...
<TD>3</TD>
</TR>
</TABLE>
- or download this
use strict;
use warnings;
...
print $q->start_table(-border=>"1");
print map { $q->Tr($q->td($_),$q->td($test{$_})) } keys %test;
print $q->end_table(), "\n\n";
- or download this
"A man's maturity -- consists in having found again the
seriousness one had as a child, at play." --Nietzsche