The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
<div class=path>&nbsp;
<a href="[% home %]/chapter">
Categories</a> &nbsp; &nbsp;<b>&gt; &gt; </b>&nbsp; &nbsp;
<a href="[% home %]/chapter/[% chapter %]">
[% chapter_desc %]</a>
&nbsp; &nbsp; <b>&gt; &gt; &nbsp; &nbsp;</b>
<B>[% subchapter %]</B>
</div>
[% class = 's' %]
<div class=box>
<table width="99%">
[% USE table(results, rows=3) %]
[% FOREACH column = table.cols %]
[% FOREACH item = column %]
[% IF item == column.first %]
[% class = (class == 'r') ? 's' : 'r' %]
<tr valign="top" class="[% class %]">
[% END -%]
[% IF item.dist_name %]
<td>
<a href="[% home %]/dist/[% item.dist_name %]">[% item.dist_name %]</a>
[% IF item.dist_abs %]
<br /><small>[% item.dist_abs %]</small>
[% END -%]
[% END -%]
</td>
[% IF item == column.last %]
</tr>
[% END -%]
[% END -%]
[% END -%]
</table>
</div>