in reply to TMPL_LOOP inside another TMPL_LOOP with HTML::Template
Update: You could also check out HTML::Template Tutorial by jeffa from the Tutorials section of the site.<TMPL_LOOP OUTER_LOOP> OUTER: <TMPL_VAR OUTER_VAR> <TMPL_LOOP INNER_LOOP> INNER: <TMPL_VAR INNER_VAR> INSIDE OUT: <TMPL_VAR OUTER_VAR> </TMPL_LOOP> </TMPL_LOOP>
|
|---|