Re: Perl / mod_perl / PostgreSQL was: Good open source mailing list system PHP / Postgresql

Harald Fuchs <nospam@sap.com>

From: Harald Fuchs <nospam@sap.com>
To: pgsql-general@postgresql.org
Date: 2003-12-09T10:44:28Z
Lists: pgsql-general
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%]''.