in reply to Re^3: 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
|
|---|