XMas has asked for the wisdom of the Perl Monks concerning the following question:
i'm using several nested <TMPL_LOOP>'s, so each hash element form above (array) will be all data for one <TMPL_LOOP> Any Ideas on this? Thanks.%param{'key'} = @array; $template->param('HTMLloop'=>\@param{'key'};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Using arrays as elements in hash
by Fletch (Bishop) on Oct 30, 2007 at 18:41 UTC | |
by XMas (Initiate) on Oct 30, 2007 at 22:17 UTC | |
by Gangabass (Vicar) on Oct 31, 2007 at 03:43 UTC | |
by XMas (Initiate) on Oct 31, 2007 at 09:13 UTC | |
by Gangabass (Vicar) on Nov 01, 2007 at 03:22 UTC | |
|