Help for this page

Select Code to Download


  1. or download this
    %host = (
    
    ...
        }
    
    );
    
  2. or download this
    foreach $ip (keys %host) {
        print $ip . "\n";
    ...
            }
        }
    }
    
  3. or download this
    $host{'ip1'}->{'tcp'}->{53}->{'state'} = 'open';
    $host{'ip1'}->{'tcp'}->{53}->{'service'} = 'dns';