What is the fastest perl template library that allows me to do the following:
- variable substitution,
- loops (hash and arrays),
- layout (wrapper templates)
- and at least some conditional logic (<>! = ==%).
.. also has anyone used pltenjin? in tests it is pretty fast.
source
share