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, so everything works if I put in the full object into the attribute with weak_ref in the attribute. Thanks so much! I greatly appreciate your consideration. Onward!

$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