Help for this page

Select Code to Download


  1. or download this
    my $file_in_en=shift;
    my $hash_en=to_hash($file_in_en);
    print "@{$hash_en{'despite'}}";
    
  2. or download this
    17
     18
    ...
     18
     18
     18
    
  3. or download this
    18
    
  4. or download this
    my $file_in_en=shift;
    my %hash_en=to_hash($file_in_en);
    ...
    close FILE;
    return %hash;
    }