{
    "content": [
        {
            "type": "text",
            "text": "# WWW::Search::Null::Error (perldoc)\n\n## NAME\n\nWWW::Search::Null::Error - class for testing WWW::Search clients\n\n## SYNOPSIS\n\nrequire WWW::Search;\nmy $oSearch = new WWW::Search('Null::Error');\n$oSearch->nativequery('Makes no difference what you search for...');\n$oSearch->retrievesome();\nmy $oResponse = $oSearch->response;\n# You get an HTTP::Response object with a code of 500\n\n## DESCRIPTION\n\nThis class is a specialization of WWW::Search that only returns an error message.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "WWW::Search::Null::Error",
        "section": "",
        "mode": "perldoc",
        "summary": "WWW::Search::Null::Error - class for testing WWW::Search clients",
        "synopsis": "require WWW::Search;\nmy $oSearch = new WWW::Search('Null::Error');\n$oSearch->nativequery('Makes no difference what you search for...');\n$oSearch->retrievesome();\nmy $oResponse = $oSearch->response;\n# You get an HTTP::Response object with a code of 500",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "WWW::Search::Null::Error - class for testing WWW::Search clients\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "require WWW::Search;\nmy $oSearch = new WWW::Search('Null::Error');\n$oSearch->nativequery('Makes no difference what you search for...');\n$oSearch->retrievesome();\nmy $oResponse = $oSearch->response;\n# You get an HTTP::Response object with a code of 500\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class is a specialization of WWW::Search that only returns an error message.\n\nThis module might be useful for testing a client program without actually being connected to any\nparticular search engine.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Martin 'Kingpin' Thurn, \"mthurn at cpan.org\", <http://tinyurl.com/nn67z>.\n",
                "subsections": []
            }
        }
    }
}