# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #65610] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=65610 >
<masak> rakudo: my $m = "foo" ~~ /foo/; $m<greeting> = "OH HAI"; say $m.perl <p6eval> rakudo 62773e: OUTPUT«Method '!_perl' not found for invocant of class 'Str' [...] * masak submits rakudobug <jnthn> !_perl ? <masak> it's an internal method, IIRC. <masak> in the setting. <moritz_> masak: assigning to a Match object is evil, and should be an error <masak> moritz_: well, it isn't. :)