Increase the number of elements to 11
@array = qw( zero one two three four five six seven eight nine ); $#array = 10; print "@array.\n";