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;
<B>[% chapter_desc %]</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 %]
<td><a
href="[% home %]/chapter/[% chapter %]/[% item.subchapter %]">[% item.subchapter %]</a>
[% IF item.count %]
<br /><small>[ [% pages.more %] ... ]</small></td>
[% ELSIF item.dist_abs %]
<br /><small>[% item.dist_abs %]</small></td>
[% END -%]
[% IF item == column.last %]
</tr>
[% END -%]
[% END -%]
[% END -%]
</table>
</div>