I have 2 files, each are inputed into a hash.
Hash1 contains a list of things to be searched for
Hash2 contains the file to be searched.
I want to compare the elements in Hash1 with the elements in Hash2, and print the element if it matches.
Any one know the best way to do this?
Thanks