in reply to Re: Re: Re: Object identity?
in thread Object identity?
Correct - I want to know that the object ceases to exist when all the references except the internal Class::WeakSingleton reference are gone. I can always examine the global scalar where the weak reference is expected to be stored but what I wanted to be sure was that a call to ->instance really does return a new object and not just somehow get the old one because I had a typo somewhere.
|
|---|