# New Ticket Created by Patrick R. Michaud # Please include the string: [perl #76878] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76878 >
17:39 * pmichaud files bug 17:40 <pmichaud> star: my $a = 3; my $b = 4; say "$a << $b"; 17:40 <p6eval> star 2010.07: OUTPUT«===SORRY!===Unsupported use of << to do left shift; in Perl 6 please use +< or ~< at line 22, near "$b\";"» Pm