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)
    ...
            open (SEED,">$dir/$seedFileName");
    
        while ((my $key, my $value) = each(%ip_discover_count))
    
  2. or download this
    if ( keys %ip_discover_count )
    {
    ...
        close $SEED;
    }