# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #122892] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=122892 >
<TuxCM> http://pastebin.com/PpDKvrd9 <= I do not understand <Ven> pmurias: right -- I agree with that! I was just wondering why angular of all the template systems <moritz> TuxCM: seems to be a scoping bug of sorts <masak> m: my $sep = "|"; class C { method foo { .say for "foo|bar".split(/$sep/).map(~*) } }; C.new.foo <masak> m: class C { has $.sep = "|"; method foo { .say for "foo|bar".split(/$!sep/).map(~*) } }; C.new.foo <camelia> rakudo-moar da3aae: OUTPUT«foo|bar» <masak> TuxCM: interesting. * masak submits rakudobug