Help for this page

Select Code to Download


  1. or download this
    use Net::DNS; 
    $res = new Net::DNS::Resolver;
    ...
    }
    
    print "OK DNS $domain" if dns_query($domain);
    
  2. or download this
    sub dns_query {
      return undef unless $res;
    ...
        }
      return 0;             
    }