On Fri, 27 Jul 2001, Arthur Bergman wrote: > I seee no reason why the following shouldn't work. > > tie %data,'myclass',$foo; > tie @data,'myclass',$foo; That's cute but entirely unnecessary given the existing overload functionality. -samThread Previous | Thread Next