Help for this page
my $fh = defined $hash{$ita}[0] && defined $hash{$ita}[1] ? $out : $out1;
for my $ita (sort { sort_italian() } keys %hash)
print $fh "$ita => ", join(',', map { $_ // () } @{ $hash{$ita} }), "\n";