in reply to How to interpolate sql-output

templates are templates, like String::Interpolate/ String::Interpolate::RE , String::Defer, Interpolation, Template,Text::Xslate...

as long as you don't forget to DBI->quote because of placeholders and bobby-tables.com: A guide to preventing SQL injection in Perl

  • Comment on Re: How to interpolate sql-output (template)