# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62758] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62758 >
<masak> rakudo: my $a = "a"; say "a" ~~ /$a/ <p6eval> rakudo 36017: OUTPUT«Null PMC access in get_string() [...] * masak submits rakudobug <masak> rakudo: my $a = /a/; say "a" ~~ /$a/ <p6eval> rakudo 36017: OUTPUT«Null PMC access in get_string() [...]
