- or download this
use strict;
use warnings;
...
),
map Tr(map td($_),@$_), @$sth
);
- or download this
use DBI;
use CGI qw(header);
...
</tr>
[% END %]
</table>
- or download this
use DBIx::XHTML_Table;
use CGI qw(header);
...
->map_cell(sub {my$e=shift;qq|<a href="mailto:$e">$e</a>|},'email')
->output
;