From: Martin DeMello Date: 2005-05-06T15:04:25+09:00 Subject: Re: object reference handle (like perl's reference to scalar) David A. Black wrote: > > # > > # For those times you need an extra level of indirection. > > Can someone give me an example of such a time? I'm still not seeing > it. (I mean, I get what these things are doing, just not where one > would want to do them.) You could have data structures where every member effectively has a replace() method. martin