MonkeyManChfKiller has asked for the wisdom of the Perl Monks concerning the following question:
Now im trying to re-create that, but without net::dns::resolver. just with packing or some other solution. so far im not getting the data i need, help is appreciated, and since i have virtual no network knowledge prior to this.. its hard.use Net::DNS::Resolver; my $lh = "65.0.78.101"; my $packet = new Net::DNS::Packet($lh, "A", "IN");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Net::Dns::packet creation.
by GrandFather (Saint) on May 23, 2014 at 20:04 UTC | |
by jeffa (Bishop) on May 23, 2014 at 20:10 UTC | |
|
Re: Net::Dns::packet creation.
by shadrack (Acolyte) on May 25, 2014 at 03:53 UTC | |
by cord-bin (Friar) on May 26, 2014 at 14:18 UTC | |
|
Re: Net::Dns::packet creation.
by no_slogan (Deacon) on May 23, 2014 at 19:57 UTC | |
|
Re: Net::Dns::packet creation.
by Anonymous Monk on May 23, 2014 at 19:51 UTC | |
|
Re: Net::Dns::packet creation.
by andal (Hermit) on May 26, 2014 at 13:52 UTC | |
|
Re: Net::Dns::packet creation.
by taint (Chaplain) on May 27, 2014 at 00:14 UTC |