1Net::DNS::RR::DNAME(3)User Contributed Perl DocumentationNet::DNS::RR::DNAME(3)
2
3
4
6 Net::DNS::RR::DNAME - DNS DNAME resource record
7
9 "use Net::DNS::RR";
10
12 Class for DNS Non-Terminal Name Redirection (DNAME) resource records.
13
15 dname
16 print "dname = ", $rr->dname, "\n";
17
18 Returns the DNAME target.
19
21 Copyright (c) 1997-2002 Michael Fuhr.
22
23 Portions Copyright (c) 2002-2004 Chris Reinhardt.
24
25 All rights reserved. This program is free software; you may
26 redistribute it and/or modify it under the same terms as Perl itself.
27
29 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
30 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 2672
31
32
33
34perl v5.12.0 2009-01-26 Net::DNS::RR::DNAME(3)