On Tue, May 10, 2005 at 06:53:51PM +0100, Andy Wardley wrote: > Peter Kay wrote: > > I can't do > > [% Object.UseColours( Array ) %] > > In TT3, you will be able to write: > [% Object.UseColours( @Array ) %]
In the meantime you should be able to (read: untested) to suffer with [% Object.UseColours( Array.0, Array.1) %] -- SwiftOne / Brett Sanger [EMAIL PROTECTED] _______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
