Help for this page

Select Code to Download


  1. or download this
    my $key;
    while (<IN>) {
    ...
        }
      }
    }
    
  2. or download this
    my $key;
    while (<IN>) {
    ...
      }
      delete $hash{$key} if /no ip address/;
    }