In article <20031205173135.GA19630@dcc.uchile.cl>,
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> Though I still don't see why should pick mod_perl over PersistentPerl, if I
> were to build a web-app? I have used HTML::Template for, well, HTML templates;
> though it is not exactly pretty, it works as intended.
Do you mean ``<TMPL_VAR NAME="myvar">''?
That's the reason why I switched to the Template Toolkit where you
just write ``[%myvar%]''.