in reply to Re: Should I use weaken on an object attribute containing a reference to an object which contains reference back to original object? (design decisions)
in thread Should I use weaken on an object attribute containing a reference to an object which contains reference back to original object?
Thanks. But what do you mean by "symbols for references?" Are you referring to something like this: Symbolic references?
$PM = "Perl Monk's";
$MC = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest Vicar Parson";
$nysus = $PM . ' ' . $MC;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Should I use weaken on an object attribute containing a reference to an object which contains reference back to original object?
by LanX (Saint) on Jan 21, 2024 at 16:59 UTC | |
by hv (Prior) on Jan 21, 2024 at 18:33 UTC | |
by LanX (Saint) on Jan 21, 2024 at 19:37 UTC |