foreach my $first ( keys %( $hash1{$key} ) ) { $hash2{ $first }{NextNum} = $hash1{ $key }{ $first }{NextNum}; # etc. }