goose722 has asked for the wisdom of the Perl Monks concerning the following question:
This returns an error - the Net::DNS::Async object does not have a nameserver method. What do I do?my $res = new Net::DNS::Async(...); $res->nameserver(qw(server1 server2 server3));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: using Net::DNS::Async
by Riales (Hermit) on Feb 28, 2012 at 21:33 UTC | |
by goose722 (Initiate) on Feb 29, 2012 at 18:13 UTC | |
by Riales (Hermit) on Feb 29, 2012 at 18:23 UTC |