in reply to Re: Security Breach through Template::Toolkit
in thread Security Breach through Template::Toolkit

Maybe HTML::Template::Compiled might be a compromise? It offers a few features that HTML::Template doesn't have (it's maintained, it offers caching, a less verbose tag style, loops over hashes, sane handling of character encodings etc) without providing TT's full power.
  • Comment on Re^2: Security Breach through Template::Toolkit