Fastolfe has asked for the wisdom of the Perl Monks concerning the following question:
Is there any way I can "ignore" this 2nd reference to my objects so that I can use an implicit DESTROY function, which presumably would automatically drop the reference from my internal list?
If that's not possible, is there a better way of keeping track of instances of objects out there?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re (tilly) 1: Allowing object destruction even with an
by tilly (Archbishop) on Sep 08, 2000 at 01:45 UTC | |
by Fastolfe (Vicar) on Sep 08, 2000 at 01:49 UTC | |
RE: Allowing object destruction even with an
by BlaisePascal (Monk) on Sep 08, 2000 at 05:50 UTC | |
Re: Allowing object destruction even with an
by Fastolfe (Vicar) on Sep 08, 2000 at 01:42 UTC | |
(crazyinsomniac) Re: Allowing object destruction even with an
by crazyinsomniac (Prior) on Sep 08, 2000 at 01:46 UTC |