Help for this page

Select Code to Download


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