> Right, but are you saying that methods of objects (that will > be processed inside a template) can't return an array, only a > reference to an array? It works fine without using ".sort".
Actually, what I wasn't saying and am now only presuming is that TT happily promotes a single array to a scalar for your enjoyment and that .sort isn't a scalar method. I'm pretty sure that in the long run you'll be happier if you just pass references around. Only pretty sure, tho. --mark
