- or download this
open (my $FALSEF, "<", "FalseFriendsList.txt");
- or download this
my %ExistingFalseFriend; # or
my %existing_false_friend; # or
my %Existing_False_Friend;
- or download this
my $Debug = 3; # 0 - production, 1 - minor debugging, 2 .. 9 for
+ different levels
- or download this
#while the FF input exists
while (my $line = <FALSEF> )
...
{ print $LOG "$key\t$falsef{$key}
}
}