liamlrb has asked for the wisdom of the Perl Monks concerning the following question:
So with 100 kinds of fruit and 3 kinds of user fruits GE would end up with 3 folders each named apple, orange and banana. I am wondering if expressions are evaluated prior to the substitution but want to make sure before I move to another module ( Text::Template ) thanks<TMPL_LOOP NAME = ALL_FRUIT_LOOPS> <TMPL_LOOP NAME = USER_FRUIT_LOOPS> <TMPL_IF EXPR="(<TMPL_VAR NAME=USER_FRUIT_FIELD> eq <TMPL_VAR NA +ME=ALL_FRUIT_FIELD>)" > blah blah blah </TMPL_IF> </TMPL_LOOP> </TMPL_LOOP>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: html::template question
by GrandFather (Saint) on Jan 28, 2011 at 02:06 UTC |