Help for this page
my @numbers = ( undef, { it => "uno", sp => "uno", fr => "un"}, ... { it => "tre", sp => "tres", fr => "trois"}, # ... );
0 ARRAY(0x6004f9c80) 0 undef ... 'fr' => 'trois' 'it' => 'tre' 'sp' => 'tres'
print $numbers[2]{it};