in reply to Re: Can't figure out why capture group is not output by substitution regex
in thread Can't figure out why capture group is not output by substitution regex

Yes, much simpler. 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

  • Comment on Re^2: Can't figure out why capture group is not output by substitution regex