[perl #130688] [BUG] .subst/.subst-mutate with :g do not set $/ to all the matches

2018-03-07 Thread Zoffix Znet via RT
On Wed, 22 Mar 2017 13:58:22 -0700, c...@zoffix.com wrote: > Also affects :x and :nth modifiers > > m: 'mmm'.subst: :x(1..3), /m/, 'g'; say WHAT $/ > rakudo-moar 6a77cd: OUTPUT: «(Match)␤» > m: 'mmm'.subst: :nth(1..3), /m/, 'g'; say WHAT $/ > rakudo-moar 6a77cd: OUTPUT: «(Match)␤» Tha

[perl #130688] [BUG] .subst/.subst-mutate with :g do not set $/ to all the matches

2018-03-07 Thread Zoffix Znet via RT
On Wed, 22 Mar 2017 13:58:22 -0700, c...@zoffix.com wrote: > Also affects :x and :nth modifiers > > m: 'mmm'.subst: :x(1..3), /m/, 'g'; say WHAT $/ > rakudo-moar 6a77cd: OUTPUT: «(Match)␤» > m: 'mmm'.subst: :nth(1..3), /m/, 'g'; say WHAT $/ > rakudo-moar 6a77cd: OUTPUT: «(Match)␤» Tha

[perl #130688] [BUG] .subst/.subst-mutate with :g do not set $/ to all the matches

2017-02-01 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #130688] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130688 > When the :g adverb is used with .match, s/// or, S///, the $/ contains a list of match ob