http://qs321.pair.com?node_id=11121037


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

I can fix this by assigning $2 go a new scalar variable first and then using the new variable.
Or simply $here =~ s/(^(#+)\s.*?\g2)/$1 =~ s|\n||rg/mse;

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

Replies are listed 'Best First'.
Re^2: Can't figure out why capture group is not output by substitution regex
by nysus (Parson) on Aug 24, 2020 at 16:15 UTC

    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