@letterList = ("a", "b", "c", "d"); #refer to the last array index #using '$#array' syntax: print $#letterList;