in reply to list of list and HTML::Template
Number: 3 <TMPL_LOOP>s within <TMPL_LOOP>s are fine and work as you would ex +pect. If the syntax for the param() call has you stumped, here's an exam +ple of a param call with one nested loop: $template->param(LOOP => [ { name => 'Bobby', nicknames => [ { name => 'the big bad + wolf' }, { name => 'He-Man' }, ], }, ], );
Celebrate Intellectual Diversity
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: list of list and HTML::Template
by InfiniteLoop (Hermit) on Sep 20, 2005 at 15:40 UTC |