in reply to Re^5: Top n Unique count from Array
in thread Top n Unique count from Array

You are right, Is there any way I can get the Top results in a Hash ?
print "$key\t$cnt_hash{$key}\n"; Is there any way that output of this print command can be pushed in an array or hash ?
So next time when I print that hash, It will print the same output.
I want to insert print "$key\t$cnt_hash{$key}\n"; in Tk entry widget.