in reply to Net::DNS, recursive queries & root nameservers
withmy $res_packet = $res->query("www.slashdot.org");
Then you will be able to access the response packets and decide if you got a delegation or an answer.my $res_packet = $res->send("www.slashdot.org");
Regards.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Net::DNS, recursive queries & root nameservers
by JPaul (Hermit) on Jan 05, 2002 at 03:25 UTC |