in reply to Re: Extracting common words
in thread Extracting common words
## ### %results contains all of the words in both files. ### Words that appear in both files will have a value of '3'. ### Iterate over the %results keys and print only the ### when the value is '3'. ##
If a word appears once in the first file and twice in the second, the value will 5; if it appears 3 times in the second file ...
|
---|