http://www.perlmonks.org?node_id=435816


in reply to Re: Advice Choosing a Templating System
in thread Advice Choosing a Templating System

I'm also an advocate of HTML::Template. I find it follows the MVC philsophy very well, ensuring content is kept separate from code as much as possible. That translates to faster application deployment and easier maintenance.

Combined with CGI::Application, they also work well in mod_perl environments.

  • Comment on Re^2: Advice Choosing a Templating System