Help for this page

Select Code to Download


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