# What I did my @foo; push @foo, []; # What I expected @foo.elems == 1 # But I got @foo.elems == 0