Re: [htmltmpl] TMPL_VAR inside a TMPL_VAR
Brought to you by:
samtregar
From: Timm M. <tm...@ag...> - 2004-01-08 22:29:44
|
At 02:14 PM 1/8/04 -0800, LDT wrote: <> >Am I missing something, or am I trying to do something naughty? HTML::Template won't expand <TMPL_VAR> entries that were placed into another <TMPL_VAR>. What you probably want is a <TMPL_INCLUDE>. Alternatively, you can create another HTML::Template object out of the data inlined in your program now via the scalarref parameter. You can fill in this data as normal, and then pass its output to the main template's <TMPL_VAR>. |