document updated 13 years ago, on Jul 13, 2011
Web template systems:
- closer to Perl interpolation
- note: you can make almost any template module work with this, using tha PadWalker-based lexicals module :) :)
- String::Interpolate
- Template::Toolkit
- String::TT — adds lexical ability (via PadWalker)
- HTML::Mason
- Template::Semantic — uses pure XHTML/HTML... all substitutions are specified on the code side, not data-side (though the specification is CSS-like, so specific IDs and classes can be called out)
Framework support (ie. an indirect gauge of popularity):
Things that fall in "Other":