Help for this page

Select Code to Download


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