- or download this
#!/usr/bin/perl-w
use strict;
use warnings;
...
chomp $line2;
my @words2 = $line2;
}
- or download this
open (OUTPUT1, ">FF.txt");
open (OUTPUT2, ">Unmatched.txt");
...
}
}
}
- or download this
#!/usr/bin/perl-w
use strict;
...
my $value = $existingfalsefriend{$searchword};
print OUTPUT1 "$searchword\t $value\n";
}