primus has asked for the wisdom of the Perl Monks concerning the following question:
but what if the database table has more than 3 columns... is there a way to do this TMPL_VAR on the fly... and also the NAME attribute will have to be generated on the fly to match the hash references in the dbase_tbl array.<TMPL_LOOP NAME = "dbase_tbl"> <TMPL_VAR NAME = "column1"> <TMPL_VAR NAME = "column2"> <TMPL_VAR NAME + = "column3"> </TMPL_LOOP>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::Template question
by tachyon (Chancellor) on Jan 03, 2003 at 04:18 UTC | |
|
(jeffa) Re: HTML::Template question
by jeffa (Bishop) on Jan 03, 2003 at 02:31 UTC | |
|
Re: HTML::Template question
by pfaut (Priest) on Jan 03, 2003 at 02:13 UTC | |
|
Re: HTML::Template question
by shotgunefx (Parson) on Jan 03, 2003 at 05:10 UTC |