my $min_dist_old_to_new = 1; foreach my $curr_dists (values %dists) { $min_dist_old_to_new = min($min_dist_old_to_new, $$curr_dists[0]); }