Help for this page
my $foo = my @a = split /,/, $bar; ... # But why doesn't this work? my $foo = () = split /,/, $bar;