Help for this page

Select Code to Download


  1. or download this
    for my $ip (@ips) {
        my $output = `nslookup $ip`;
    }
    
  2. or download this
    use Socket;
    my $addr = inet_ntoa scalar gethostbyname $host;