{
    "mode": "perldoc",
    "parameter": "Net::DNS::RR::L64",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Net%3A%3ADNS%3A%3ARR%3A%3AL64/json",
    "generated": "2026-06-16T03:34:04Z",
    "synopsis": "use Net::DNS;\n$rr = Net::DNS::RR->new('name IN L64 preference locator64');\n$rr = Net::DNS::RR->new(\nname       => 'example.com',\ntype       => 'L64',\npreference => 10,\nlocator64  => '2001:0DB8:1140:1000'\n);",
    "sections": {
        "NAME": {
            "content": "Net::DNS::RR::L64 - DNS L64 resource record\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Net::DNS;\n$rr = Net::DNS::RR->new('name IN L64 preference locator64');\n\n$rr = Net::DNS::RR->new(\nname       => 'example.com',\ntype       => 'L64',\npreference => 10,\nlocator64  => '2001:0DB8:1140:1000'\n);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Class for DNS 64-bit Locator (L64) resource records.\n\nThe L64 resource record is used to hold 64-bit Locator values for\nILNPv6-capable nodes.\n",
            "subsections": []
        },
        "METHODS": {
            "content": "The available methods are those inherited from the base class augmented\nby the type-specific methods defined in this package.\n\nUse of undocumented package features or direct access to internal data\nstructures is discouraged and could result in program termination or\nother unpredictable behaviour.\n\npreference\n$preference = $rr->preference;\n$rr->preference( $preference );\n\nA 16 bit unsigned integer in network byte order that indicates the\nrelative preference for this L64 record among other L64 records\nassociated with this owner name. Lower values are preferred over higher\nvalues.\n\nlocator64\n$locator64 = $rr->locator64;\n\nThe Locator64 field is an unsigned 64-bit integer in network byte order\nthat has the same syntax and semantics as a 64-bit IPv6 routing prefix.\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright (c)2012 Dick Franks.\n\nAll rights reserved.\n\nPackage template (c)2009,2012 O.M.Kolkman and R.W.Franks.\n",
            "subsections": []
        },
        "LICENSE": {
            "content": "Permission to use, copy, modify, and distribute this software and its\ndocumentation for any purpose and without fee is hereby granted,\nprovided that the original copyright notices appear in all copies and\nthat both copyright notice and this permission notice appear in\nsupporting documentation, and that the name of the author not be used in\nadvertising or publicity pertaining to distribution of the software\nwithout specific prior written permission.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\nOR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.\nIN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY\nCLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,\nTORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE\nSOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "perl, Net::DNS, Net::DNS::RR, RFC6742\n",
            "subsections": []
        }
    },
    "summary": "Net::DNS::RR::L64 - DNS L64 resource record",
    "flags": [],
    "examples": [],
    "see_also": []
}