in reply to Re^4: Should I use weaken on an object attribute containing a reference to an object which contains reference back to original object?
in thread Should I use weaken on an object attribute containing a reference to an object which contains reference back to original object?

Thanks, that sounds like the good design I expected. 👍🏼

Apart from the note about the complexity of long lists, but yeah having tons of weak refs is hopefully only a rare edge case. :)

Cheers Rolf
(addicted to the Perl Programming Language :)
see Wikisyntax for the Monastery

update

See also perlref#Circular-References

  • Comment on Re^5: Should I use weaken on an object attribute containing a reference to an object which contains reference back to original object?