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?

Nice, thanks. Yeah, instead of "native," "built-in" would have been more accurate.

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

  • Comment on Re^4: Dynamic interpolation in a string with a scalar variable?