in reply to Re^2: Matching value in hash help!in thread Matching value in hash help!
use Data::Dumper qw( Dumper ); print(Dumper(\%wind_dir)); print(Dumper(\%locs_by_wind_dir)); [download]