in reply to How can I print hash values when the keys are the values from another hash.

print "$_ = $hashB{$_}\n" for sort keys %hashA;
  • Comment on Re: How can I print hash values when the keys are the values from another hash.
  • Download Code