Re: [htmltmpl] loop context variables - misleading documentation

2005-06-02 Thread Paul Simon
,7 +762,7 @@ Example: This only outputs on the last pass. - + BTW, I've been using H:T for a number of years. It's perfect. Thanks. Paul --- Sam Tregar <[EMAIL PROTECTED]> wrote: > On Wed, 1 Jun 2005, Paul Simon wrote: > > &

[htmltmpl] loop context variables - misleading documentation

2005-06-01 Thread Paul Simon
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