Help for this page
# --- list assignments @a = (1,2,3); # list comma ... $a = (1,2,3); # scalar comma $a = (1..3); # flip flop operator ... Oo oops! $a = @a; # scalar @a == length