in reply to Re^3: Possible to change package of code reference?
in thread Possible to change package of code reference?
Ok, well, if you were suggesting that I modify the output of the deparser, that's what I did and was able to get things working. Thanks!
$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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Possible to change package of code reference?
by LanX (Saint) on Oct 21, 2018 at 22:12 UTC |