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


in reply to The hidden charm of Template::Toolkit (and templates generally)

I quite like Text::Template, which to me combines the best of both worlds.

It's a template approach (like TT) as opposed to your print function.

But the templating language is perl. You don't need to print, the value returned from a perl block is interpolated into the template.

To me, the main advantage of TT is "it's what everybody else does", which means you're more likely to find web designers who are happy with it.