> # But why doesn't this work? > my $foo = () = split /,/, $bar; #### my $foo = () = split(/,/, $bar, -1)