Re: Minor confusion

2004-04-19 Thread Larry Wall
On Mon, Apr 19, 2004 at 01:02:36PM -0500, Jonathan Scott Duff wrote: : Quoting A12... : > Note that an attribute declaration of the form : > : > has Tail $wagger .= new(...) : > : > might not do what you want done when you want it done, if what you : > want done is to create a new Dog object

Minor confusion

2004-04-19 Thread Jonathan Scott Duff
Quoting A12... > Note that an attribute declaration of the form > > has Tail $wagger .= new(...) > > might not do what you want done when you want it done, if what you > want done is to create a new Dog object each time an object is built. > For that you'd have to say: > > has Tail $wagg