# New Ticket Created by Ilya Belikin # Please include the string: [perl #64818] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=64818 >
Hi there, > my $foo = 'foo'; say $foo = 'foo' ~ 'a'; fooa > my $foo = 'foo'; say $foo R~= 'foo'; 0foo may be it should not work at all, but currently behaviour is strange. Ilya