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