$master_letter_list = lc $1; ## Force all letter lists to LOWER CASE only %master_letter_freq = (); # <--- ** MISSING LINE ** for (split //,$master_letter_list)