# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #68350] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=68350 >
<masak> rakudo: for 1,2,3,4,5 -> $a, $? { say $a } <p6eval> rakudo 5c4b1b: OUTPUT«Invalid twigil used in signature parameter. at line 2 [...] <masak> std: for 1,2,3,4,5 -> $a, $? { say $a } <p6eval> std 27922: OUTPUT«ok 00:03 41m» * masak submits rakudobug <masak> rakudo: sub foo($a, $?) { say $a }; foo("OH HAI") <p6eval> rakudo 5c4b1b: OUTPUT«Invalid twigil used in signature parameter. at line 2 [...] <masak> std: sub foo($a, $?) { say $a }; foo("OH HAI") <p6eval> std 27922: OUTPUT«ok 00:04 39m» Also note that the "Invalid twigil" error message is not reaching up to its full awesome potential, due to the full stop before ' at line 2'.