# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61778] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61778 >
S03:1132: To catch "brainos", the Perl 6 parser defines an C<< infix:<=~> >> operator which always fails at compile time with a message directing the user to use C<~~> or C<~=> (string append) instead if they meant it as a single operator, or to put a space between if they really wanted to assign a stringified value as two separate operators.