The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<html>
<body>
Fields.
<table>
[% FOREACH col IN c.columns %]
<tr>
<td>
<strong>[% col %]</strong>
</td>
<td>
[% record.$col %]
</td>
</tr>
[% END %]
</table>
</body>
</html>