in reply to Re: Comparison between keys in hash
in thread Comparison between keys in hash
Hi i5513,
What i meant in the last statement is. I want to compare the keys at two hashes. let me be specific.
The whole program splits a sentence and compares each words of the sentence with two sentence i.e($str1,$str2).
What i needed is: for eg. if "the" word occurs in $str1 two times and $str2 one time. i want find the minimum value i.e is 1.
Same procedure for all the words in the sentence. The end output should give me the Word string and Its minimum count(after comparing counts in $str1 & $str2)..
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Comparison between keys in hash
by i5513 (Pilgrim) on Jul 06, 2011 at 16:40 UTC | |
by sarvan (Sexton) on Jul 07, 2011 at 06:14 UTC | |
by i5513 (Pilgrim) on Jul 07, 2011 at 08:11 UTC | |
by sarvan (Sexton) on Jul 07, 2011 at 10:33 UTC | |
by Anonymous Monk on Jul 08, 2011 at 02:17 UTC | |
Re^3: Comparison between keys in hash
by jdporter (Chancellor) on Jul 06, 2011 at 15:09 UTC | |
Re^3: Comparison between keys in hash
by Anonymous Monk on Jul 06, 2011 at 15:16 UTC |
In Section
Seekers of Perl Wisdom