Help for this page

Select Code to Download


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