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

NAME

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

SYNOPSIS

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

DESCRIPTION

12       Class for DNS Endpoint Identifier (EID) resource records.
13

METHODS

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

SEE ALSO

36       perl(1), Net::DNS, Net::DNS::Resolver, Net::DNS::Packet,
37       Net::DNS::Header, Net::DNS::Question, Net::DNS::RR, draft-ietf-nim‐
38       rod-dns-xx.txt
39
40
41
42perl v5.8.8                       2007-08-01              Net::DNS::RR::EID(3)
Impressum