my @foo = ('bedrock', 'slate', 'lava', 'schist'); # index: 0 1 2 3 #### @foo = ('bedrock', 'slate', 'lava', 'schist', undef, undef); # index: 0 1 2 3 4 5