my %trans; # a translation table. $trans{'current'} = { eng => 'Current', ca => 'Courant', . . . }; #### @glossary_words = keys %trans;