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>.




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Html-template-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/html-template-users

Reply via email to