Help for this page

Select Code to Download


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