1Net::DNS::RR::MB(3) User Contributed Perl Documentation Net::DNS::RR::MB(3)
2
3
4
6 Net::DNS::RR::MB - DNS MB resource record
7
9 "use Net::DNS::RR";
10
12 Class for DNS Mailbox (MB) resource records.
13
15 madname
16 print "madname = ", $rr->madname, "\n";
17
18 Returns the domain name of the host which has the specified mailbox.
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 =head1 SEE ALSO
28
29 perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
30 Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, RFC 1035 Section
31 3.3.3
32
33
34
35perl v5.16.3 2012-12-28 Net::DNS::RR::MB(3)