Francesco,

Perhaps there is a simple way.  We often use templates to make 
templates.  Here is an example:

#Template to be parsed

<html>
<tmpl_var name="TEMPLATETAGSHERE">
</html>

#Template after parsing

<html>
<tmpl_loop name="list">
  Blah: <input type=text name=blah value='<tmpl_var name="blah">'>
</tmpl_loop>
</html>

This avoids the problems that you are having without having to modify 
the HTML::Template module.  You use HTML::Template
to make HTML::Templates.

Thanks,
Kenny Pyatt
Owner
Design Shack
www.dshack.com




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to