fmogavero has asked for the wisdom of the Perl Monks concerning the following question:
Object2 has a property that is on array. This property will store references to new objects (object3).
I want object1 to create any number of object3 and then store the references to the object3's in object2.
How do I load the reference to object3 into the property of object2?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Array as object property
by Masem (Monsignor) on May 17, 2001 at 20:48 UTC | |
|
Re: Array as object property
by arturo (Vicar) on May 17, 2001 at 20:53 UTC |