[perl #131243] [REGEX] Interpolating a Hash in a regex treats it as a list and errors out

2017-12-29 Thread Sam S. via RT
On Tue, 02 May 2017 08:35:34 -0700, c...@zoffix.com wrote: > Both of these forms produce the error below > > my %stuff = ; > say 'foo bar meows' ~~ m:g/ %stuff\S+ /; > say 'foo bar meows' ~~ m:g/ %() \S+ /; > > # P6opaque: no such attribute '$!reified' in type List when trying to > get >

[perl #131243] [REGEX] Interpolating a Hash in a regex treats it as a list and errors out

2017-05-02 Thread via RT
# New Ticket Created by Zoffix Znet # Please include the string: [perl #131243] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131243 > Both of these forms produce the error below my %stuff = ; say 'foo bar meows' ~~