# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #62168] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=62168 >
<TimToady> rakudo: " a b c".comb.perl.say <p6eval> rakudo 35345: OUTPUT«too few arguments passed (1) - 4 params expected [...] <mberends> rakudo: " a b c".comb(" ").perl.say <p6eval> rakudo 35345: OUTPUT«invoke() not implemented in class 'Perl6Str' [...] <TimToady> rakudo: " a b c".comb(/\S+/).perl.say <p6eval> rakudo 35345: OUTPUT«["a", "b", "c"]» <TimToady> should default to \S+ * masak submits rakudobug