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