1Net::DNS::RR::RP(3)   User Contributed Perl Documentation  Net::DNS::RR::RP(3)
2
3
4

NAME

6       Net::DNS::RR::RP - DNS RP resource record
7

SYNOPSIS

9       "use Net::DNS::RR";
10

DESCRIPTION

12       Class for DNS Responsible Person (RP) resource records.
13

METHODS

15       mbox
16
17           print "mbox = ", $rr->mbox, "\n";
18
19       Returns a domain name that specifies the mailbox for the responsible
20       person.
21
22       txtdname
23
24           print "txtdname = ", $rr->txtdname, "\n";
25
26       Returns a domain name that specifies a TXT record containing further
27       information about the responsible person.
28
30       Copyright (c) 1997-2002 Michael Fuhr.
31
32       Portions Copyright (c) 2002-2004 Chris Reinhardt.
33
34       All rights reserved.  This program is free software; you may redisā€
35       tribute it and/or modify it under the same terms as Perl itself.
36

SEE ALSO

38       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
39       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1183 Section
40       2.2
41
42
43
44perl v5.8.8                       2007-08-01               Net::DNS::RR::RP(3)
Impressum