in reply to Re^2: Is there an advantage to storing references to objects in an attribute instead of the object itself?
in thread Is there an advantage to storing references to objects in an attribute instead of the object itself?

OK, I see in Moose I have to use the weak_ref => 1 attribute property. However, slapping that in breaks my code. Hmm.

$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate Priest";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks

  • Comment on Re^3: Is there an advantage to storing references to objects in an attribute instead of the object itself?
  • Download Code