{
    "content": [
        {
            "type": "text",
            "text": "# Net::DNS::FAQ (perldoc)\n\n## NAME\n\nNet::DNS::FAQ - Frequently Asked Net::DNS Questions\n\n## SYNOPSIS\n\nperldoc Net::DNS::FAQ\n\n## DESCRIPTION\n\nThis document serves to answer the most frequently asked questions on both the Net::DNS Mailing\nList and those sent to the author.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **GENERAL**\n- **INSTALLATION**\n- **USAGE**\n- **VERSION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Net::DNS::FAQ",
        "section": "",
        "mode": "perldoc",
        "summary": "Net::DNS::FAQ - Frequently Asked Net::DNS Questions",
        "synopsis": "perldoc Net::DNS::FAQ",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "GENERAL",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "INSTALLATION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "USAGE",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Net::DNS::FAQ - Frequently Asked Net::DNS Questions\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "perldoc Net::DNS::FAQ\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This document serves to answer the most frequently asked questions on both the Net::DNS Mailing\nList and those sent to the author.\n\nThe latest version of this FAQ can be found at <http://www.net-dns.org/docs/FAQ.html>\n",
                "subsections": []
            },
            "GENERAL": {
                "content": "What is Net::DNS?\nNet::DNS is a perl implementation of a DNS resolver.\n",
                "subsections": []
            },
            "INSTALLATION": {
                "content": "Where can I find Test::More?\nTest::More is part of the Test-Simple package, by Michael G Schwern. You should be able to find\nthe distribution at <http://search.cpan.org/dist/Test-Simple/>\n",
                "subsections": []
            },
            "USAGE": {
                "content": "Why does $resolver->query() return undef when the answer section is empty?\nThe short answer is, do not use query(). $resolver->send() will always return the response\npacket, as long as a response was received.\n\nThe longer answer is that query() is modeled after the resquery() function from the libresolv C\nlibrary, which has similar behavior.\n",
                "subsections": []
            },
            "VERSION": {
                "content": "$Id: FAQ.pod 1709 2018-09-07 08:03:09Z willem $\n",
                "subsections": []
            }
        }
    }
}