for my $ip ( @accessors ) { system( 'host', $ip ) == 0 or die "system(host) failed: $?"; }