Re: [Templates] multiple fields from SQL query --Update

2012-05-29 Thread Mark Haney
On 05/24/2012 02:53 PM, Theunis De Klerk wrote: Hi Mark, I am not sure I understand exactly what you are trying to achieve, but I think you are right about putting it into a scalar. As an example, how does this work for you : my @rows_factory; while ( my @factory_data =

[Templates] Conflict with the VMethods

2012-05-29 Thread Matthew Whiteside
Hello, I am using template toolkit in conjunction with DBIx::Class::ResultSets. I would like to call the ResultSet object method first, but I am getting weird results, I think due to a conflict with the TT virtual method first. Is there a way to differentiate between a virtual method and a