in reply to Re^2: Matching hash keys from different hashes and utilizing in new hash
in thread Matching hash keys from different hashes and utilizing in new hash

Then you can just populate your new hash at the place near the end of the code where there is the print statement.

But maybe you don't even need to populate a new hash since, at this point in the code, you have the two keys and the two strings representing the other columns; so you could quite probably make the comparison (or call the subroutine making the comparison) just there, instead of the print statement.

  • Comment on Re^3: Matching hash keys from different hashes and utilizing in new hash