dear monks, i am a novice perl programmer, my question: I have two csv files , where 1 file is a database , the other is the query file. each line of the file has key and value, i want to check if the key value of database matches with key value of query?
how to go about it, inshort how to intersect two hashes ?