Help for this page

Select Code to Download


  1. or download this
    my $count = 0;    
    while (my($key, $value) = each(%ip_discover_count) and $count == 0)
    ...
            $count++;
    }
    if ($count > 0)
    
  2. or download this
    if ( keys %ip_discover_count )