in reply to Re^2: HTML::Template vs. Template::Toolkit vs. ??
in thread HTML::Template vs. Template::Toolkit vs. ??

what I don't quite like about that is, that if you need unescaped data, you have to decode it, so that produces extra work (encoding and directly after that decoding again), while in HTML::Template(::Compiled) no escaping at all happens if you use ESCAPE=0.
  • Comment on Re^3: HTML::Template vs. Template::Toolkit vs. ??