Hello wise ones
I have two hashes, hashA and hashB. The values in hashA are the keys in hashB. I want to loop through hashA and print all of the values in hashB. The following code is what I expected to work, but it doesn't. Could anyone smarter than me tell me why?
Thanks in advance.