Help for this page

Select Code to Download


  1. or download this
    next unless exists $user_by_uid{$uid}->{$host};
    
  2. or download this
    $href = defined $user_by_uid{$uid} ? $user_by_uid{$uid} : {}; #Fake au
    +toviv
    next unless exists $href->{$host};
    
  3. or download this
    next unless my_fake_exists $user_by_uid{$uid}, $host;