Subject: | POD error |
In the POD:
http://search.cpan.org/~samtregar/HTML-Template-2.7/Template.pm#new()
within the first example in the "loop_context_vars" bullet, under the "Miscellaneous Options" heading, of the new() method, you'll see this code:
<TMPL_UNLESS NAME="__odd__">
This outputs every other pass, on the even passes.
</TMPL_IF>
The last tag should be </TMPL_UNLESS> instead of </TMPL_IF>.