@array = qw( zero one two three four five six seven eight nine );print "\@array[ $#array ] is $array[ $#array ].\n\n";