Larry Leszczynski wrote:
> [%
>    sth  = DBI.prepare(query);
>    rows = sth.execute(bind_params);
> -%]
> 
[...]

> Is there some sort of dereferencing or eval-ing that I need to do to get
> the bind_params list passed through to execute?

No, not in TT2.  In TT3 you'll be able to do this:

  [% sth.execute(@bind_params) %] 

to dereference the list.

Sorry, that doesn't help you much now.  

A


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to