1Net::DNS::RR::NULL(3) User Contributed Perl DocumentationNet::DNS::RR::NULL(3)
2
3
4
6 Net::DNS::RR::NULL - DNS NULL resource record
7
9 use Net::DNS;
10 $rr = new Net::DNS::RR('name NULL \# length hexdata ...');
11
13 Class for DNS null (NULL) resource records.
14
16 The available methods are those inherited from the base class augmented
17 by the type-specific methods defined in this package.
18
19 Use of undocumented package features or direct access to internal data
20 structures is discouraged and could result in program termination or
21 other unpredictable behaviour.
22
23 rdlength
24 $rdlength = $rr->rdlength;
25
26 Returns the length of the record data section.
27
28 rdata
29 $rdata = $rr->rdata;
30
31 Returns the record data section as binary data.
32
34 Copyright (c)1997 Michael Fuhr.
35
36 Package template (c)2009,2012 O.M.Kolkman and R.W.Franks.
37
38 All rights reserved.
39
40 This program is free software; you may redistribute it and/or modify it
41 under the same terms as Perl itself.
42
44 perl, Net::DNS, Net::DNS::RR, RFC1035 Section 3.3.10
45
46
47
48perl v5.16.3 2012-12-28 Net::DNS::RR::NULL(3)