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 print "nsdname = ", $rr->nsdname, "\n";
17
18 Returns the name of the nameserver.
19
21 Copyright (c) 1997-2002 Michael Fuhr.
22
23 Portions Copyright (c) 2002-2004 Chris Reinhardt.
24
25 Portions Copyright (c) 2005 O.M, Kolkman, RIPE NCC.
26
27 Portions Copyright (c) 2005-2006 O.M, Kolkman, NLnet Labs.
28
29 All rights reserved. This program is free software; you may
30 redistribute it and/or modify it under the same terms as Perl itself.
31
33 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
34 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1035 Section
35 3.3.11
36
37
38
39perl v5.10.1 2009-01-26 Net::DNS::RR::NS(3)