in reply to Re: Wrapper method not returning same result as calling method directly
in thread Wrapper method not returning same result as calling method directly
Who says programming isn't exciting?
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon Curate";
$nysus = $PM . ' ' . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Wrapper method not returning same result as calling method directly
by stevieb (Canon) on Mar 16, 2017 at 02:52 UTC |