in reply to Re^2: Matching value in hash help!
in thread Matching value in hash help!

Compare the output of the following
use Data::Dumper qw( Dumper ); print(Dumper(\%wind_dir)); print(Dumper(\%locs_by_wind_dir));