in reply to Re^3: How to use multidimensional hashes
in thread How to use multidimensional hashes

Hi,

JAPAN A exists in FILE_A and FILE_B, so the count is 2 but i want JAPAN A to be displayed as 1 because it appears in both files

Example:

I want the output as:

FILE NAME A B C D CHECK 1 2 1 1

Replies are listed 'Best First'.
Re^5: How to use multidimensional hashes
by Pickwick (Beadle) on Feb 01, 2014 at 21:11 UTC
    but i want
    It's not of much help to repeat what you want, but leave the information out what you are doing right now. Your code obviously has a bug if it doesn't do what you want it to do, but no one can find it without a look at what you are doing right now.