{
    "content": [
        {
            "type": "text",
            "text": "# WWW::Search::Null::Count (perldoc)\n\n## NAME\n\nWWW::Search::Null::Count - class for testing WWW::Search clients\n\n## SYNOPSIS\n\nuse WWW::Search;\nmy $iCount = 4;\nmy $oSearch = new WWW::Search('Null::Count',\n'nullcount' => $iCount,\n);\n$oSearch->nativequery('Makes no difference what you search for...');\nmy @aoResults = $oSearch->results;\n# ...You get $iCount results.\n\n## DESCRIPTION\n\nThis class is a specialization of WWW::Search that returns some hits, but no error message. The\nnumber of hits returned can be controlled by adding a 'nullcount' hash entry onto the call to\nWWW::Search::new(). The default is 5.\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::Count",
        "section": "",
        "mode": "perldoc",
        "summary": "WWW::Search::Null::Count - class for testing WWW::Search clients",
        "synopsis": "use WWW::Search;\nmy $iCount = 4;\nmy $oSearch = new WWW::Search('Null::Count',\n'nullcount' => $iCount,\n);\n$oSearch->nativequery('Makes no difference what you search for...');\nmy @aoResults = $oSearch->results;\n# ...You get $iCount results.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "WWW::Search::Null::Count - class for testing WWW::Search clients\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use WWW::Search;\nmy $iCount = 4;\nmy $oSearch = new WWW::Search('Null::Count',\n'nullcount' => $iCount,\n);\n$oSearch->nativequery('Makes no difference what you search for...');\nmy @aoResults = $oSearch->results;\n# ...You get $iCount results.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This class is a specialization of WWW::Search that returns some hits, but no error message. The\nnumber of hits returned can be controlled by adding a 'nullcount' hash entry onto the call to\nWWW::Search::new(). The default is 5.\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": []
            }
        }
    }
}