{
    "content": [
        {
            "type": "text",
            "text": "# Net::DNS::RR::HINFO (perldoc)\n\n## NAME\n\nNet::DNS::RR::HINFO - DNS HINFO resource record\n\n## SYNOPSIS\n\nuse Net::DNS;\n$rr = Net::DNS::RR->new('name HINFO cpu os');\n\n## DESCRIPTION\n\nClass for DNS Hardware Information (HINFO) resource records.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **METHODS**\n- **COPYRIGHT**\n- **LICENSE**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Net::DNS::RR::HINFO",
        "section": "",
        "mode": "perldoc",
        "summary": "Net::DNS::RR::HINFO - DNS HINFO resource record",
        "synopsis": "use Net::DNS;\n$rr = Net::DNS::RR->new('name HINFO cpu os');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 19,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 16,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Net::DNS::RR::HINFO - DNS HINFO resource record\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Net::DNS;\n$rr = Net::DNS::RR->new('name HINFO cpu os');\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Class for DNS Hardware Information (HINFO) resource records.\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\ncpu\n$cpu = $rr->cpu;\n$rr->cpu( $cpu );\n\nReturns the CPU type for this RR.\n\nos\n$os = $rr->os;\n$rr->os( $os );\n\nReturns the operating system type for this RR.\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (c)1997 Michael Fuhr.\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, RFC1035 Section 3.3.2\n",
                "subsections": []
            }
        }
    }
}