On Mon, Mar 22, 2010 at 12:07 PM, Randal L. Schwartz
<[email protected]> wrote:
> Yes, it *does* support parameter binding, which should
> always be preferred to interpolation.
>
> [%
> query = DBI.prepare('SELECT * FROM projects WHERE NameProject = ?';
> FOREACH row = query.execute(project);
> ...;
> END;
> %]
That's great.
>
> (If only we could make interpolation illegal... :)
There are a few corner cases where interpolation is required. It
would be nice to see a nice, standardized way of avoiding
interpolation with identifiers, for example.....
Best Wishes,
Chris Travers
_______________________________________________
templates mailing list
[email protected]
http://mail.template-toolkit.org/mailman/listinfo/templates