Help for this page
for my $ip (@ips) { my $output = `nslookup $ip`; }
use Socket; my $addr = inet_ntoa scalar gethostbyname $host;