1Net::DNS::RR::NIMLOC(3)User Contributed Perl DocumentatioNnet::DNS::RR::NIMLOC(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

12       Class for DNS Nimrod Locator (NIMLOC) resource records.
13

METHODS

15   rdlength
16           print "rdlength = ", $rr->rdlength, "\n";
17
18       Returns the length of the record's data section.
19
20   rdata
21           $rdata = $rr->rdata;
22
23       Returns the record's data section as binary data.
24
26       Copyright (c) 1997-2002 Michael Fuhr.
27
28       Portions Copyright (c) 2002-2004 Chris Reinhardt.
29
30       All rights reserved.  This program is free software; you may
31       redistribute it and/or modify it under the same terms as Perl itself.
32

SEE ALSO

34       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
35       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR,
36       draft-ietf-nimrod-dns-xx.txt
37
38
39
40perl v5.16.3                      2012-12-28           Net::DNS::RR::NIMLOC(3)
Impressum