Re: [htmltmpl] Patch to fix global_vars and loop problem...

2004-05-13 Thread Mathew Robertson
good example -> given this , I would agreee that it is a bug. ... and yes you are correct, the stderr message is generated by 'use warnings' not 'use strict'. Mathew > > Relating this to TMPL_LOOP's... the question becomes, "Is a variable inside > > a loop considered to be equivalent to a hash

Re: [htmltmpl] Patch to fix global_vars and loop problem...

2004-05-13 Thread petersm
Mathew Robertson wrote: > Relating this to TMPL_LOOP's... the question becomes, "Is a variable inside > a loop considered to be equivalent to a hash key, or equivalent to a > variable?", alternatively it could be asked "What is the 'strict'ness of > TMPL_LOOP variables (as compared to Perl's u