jdtoronto has asked for the wisdom of the Perl Monks concerning the following question:
What I would like to do is be able to have the <TMPL_INCLUDE 'filename.tmpl'> be controllable so that I can specify which template is to be included in the content <div> before the template is passed to CGI::FormBuilder.
Thinking about the problem I could:
But neither of these methods is safe in the mod_perl context. So I could:
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::Template question.
by hardburn (Abbot) on Nov 17, 2003 at 19:07 UTC | |
by jdtoronto (Prior) on Nov 17, 2003 at 19:21 UTC | |
|
Re: HTML::Template question.
by jeffa (Bishop) on Nov 17, 2003 at 19:15 UTC | |
|
Re: HTML::Template question.
by eric256 (Parson) on Nov 17, 2003 at 19:10 UTC |