in reply to Re: Dynamic interpolation in a string with a scalar variable?
in thread Dynamic interpolation in a string with a scalar variable?
$PM = "Perl Monk's";
$MCF = "Most Clueless Friar Abbot Bishop Pontiff Deacon";
$nysus = $PM . $MCF;
Click here if you love Perl Monks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Dynamic interpolation in a string with a scalar variable?
by hippo (Archbishop) on Nov 30, 2015 at 22:37 UTC | |
by nysus (Parson) on Dec 01, 2015 at 00:48 UTC |