in reply to Re^3: Possible to change package of code reference?
in thread Possible to change package of code reference?

Are you talking about re-evaluating the output from B::Deparse?

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

  • Comment on Re^4: Possible to change package of code reference?