On Sat, Jan 10, 2009 at 09:45:06AM -0800, Carl Mäsak wrote: > <mberends> rakudo: " a b c".split(/ <.sp>+ /).perl.say > <p6eval> rakudo 35344: OUTPUT«["", "a", "b", "c"]» > <TimToady> oh, and the p5 behavior of trimming trailing fields is not in p6 > <TimToady> (for split) > * masak submits rakudobug
This looks totally correct to me. What output are you expecting? Pm