@a = (1)[1,0]; # @a has two elements @b = (1,undef)[1,0,2]; # @b has three elements