next unless exists $user_by_uid{$uid}->{$host}; #### $href = defined $user_by_uid{$uid} ? $user_by_uid{$uid} : {}; #Fake autoviv next unless exists $href->{$host}; #### next unless my_fake_exists $user_by_uid{$uid}, $host;