1Net::DNS::RR::NS(3) User Contributed Perl Documentation Net::DNS::RR::NS(3)
2
3
4
6 Net::DNS::RR::NS - DNS NS resource record
7
9 "use Net::DNS::RR";
10
12 Class for DNS Name Server (NS) resource records.
13
15 nsdname
16
17 print "nsdname = ", $rr->nsdname, "\n";
18
19 Returns the name of the nameserver.
20
22 Copyright (c) 1997-2002 Michael Fuhr.
23
24 Portions Copyright (c) 2002-2004 Chris Reinhardt.
25
26 Portions Copyright (c) 2005 O.M, Kolkman, RIPE NCC.
27
28 Portions Copyright (c) 2005-2006 O.M, Kolkman, NLnet Labs.
29
30 All rights reserved. This program is free software; you may redisā
31 tribute it and/or modify it under the same terms as Perl itself.
32
34 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
35 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1035 Section
36 3.3.11
37
38
39
40perl v5.8.8 2007-08-01 Net::DNS::RR::NS(3)