Peter Kay wrote: > I can't do > [% Object.UseColours( Array ) %] > because then UseColours() will get only one argument - > a reference to an array.
That's right. In TT2 there is no way to de-reference a list of items. In TT3, you will be able to write: [% Object.UseColours( @Array ) %] A _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
