Ok. I see that the latest version of H:T 2.7
references the loop context vars as all lower case,
which is on point. It's the documentation on
sourceforge, which google lists first for
HTML::Template :-), that is misleading - I guess
sourceforge will catch up to the recent documentation
or fade away
On Wed, 1 Jun 2005, Paul Simon wrote:
> The HTML::Template doc says to use __FIRST__,
> __LAST__, __INNER__, __ODD__ as the loop context vars.
> They did not work for me until I used the
> (undocumented) lower case __first__, __last__ etc.
> I'm guessing because I have case_sensitive set to true
Hi
The HTML::Template doc says to use __FIRST__,
__LAST__, __INNER__, __ODD__ as the loop context vars.
They did not work for me until I used the
(undocumented) lower case __first__, __last__ etc.
I'm guessing because I have case_sensitive set to true
that this may have affected things? Regardles