{
    "content": [
        {
            "type": "text",
            "text": "# WWW::Search::PubMed (perldoc)\n\n## NAME\n\nWWW::Search::PubMed - Search the NCBI PubMed abstract database.\n\n## SYNOPSIS\n\nuse WWW::Search;\nmy $s = new WWW::Search ('PubMed');\n$s->nativequery( 'ACGT' );\nwhile (my $r = $s->nextresult) {\nprint $r->title . \"\\n\";\nprint $r->description . \"\\n\";\n}\n\n## DESCRIPTION\n\nWWW::Search::PubMed provides a WWW::Search backend for searching the NCBI/PubMed abstracts\ndatabase.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **VERSION**\n- **REQUIRES**\n- **SEE ALSO**\n- **COPYRIGHT**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "WWW::Search::PubMed",
        "section": "",
        "mode": "perldoc",
        "summary": "WWW::Search::PubMed - Search the NCBI PubMed abstract database.",
        "synopsis": "use WWW::Search;\nmy $s = new WWW::Search ('PubMed');\n$s->nativequery( 'ACGT' );\nwhile (my $r = $s->nextresult) {\nprint $r->title . \"\\n\";\nprint $r->description . \"\\n\";\n}",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "REQUIRES",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "COPYRIGHT",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "WWW::Search::PubMed - Search the NCBI PubMed abstract database.\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use WWW::Search;\nmy $s = new WWW::Search ('PubMed');\n$s->nativequery( 'ACGT' );\nwhile (my $r = $s->nextresult) {\nprint $r->title . \"\\n\";\nprint $r->description . \"\\n\";\n}\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "WWW::Search::PubMed provides a WWW::Search backend for searching the NCBI/PubMed abstracts\ndatabase.\n",
                "subsections": []
            },
            "VERSION": {
                "content": "This document describes WWW::Search::PubMed version 1.004, released 31 October 2007.\n",
                "subsections": []
            },
            "REQUIRES": {
                "content": "L<WWW::Search|WWW::Search>\nL<XML::DOM|XML::DOM>\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "WWW::Search::PubMed::Result <http://www.ncbi.nlm.nih.gov:80/entrez/query/static/overview.html>\n<http://eutils.ncbi.nlm.nih.gov/entrez/query/static/esearchhelp.html>\n<http://eutils.ncbi.nlm.nih.gov/entrez/query/static/efetchlithelp.html>\n",
                "subsections": []
            },
            "COPYRIGHT": {
                "content": "Copyright (c) 2003-2007 Gregory Todd Williams. All rights reserved. This program is free\nsoftware; you can redistribute it and/or modify it under the same terms as Perl itself.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Gregory Todd Williams \"<gwilliams@cpan.org>\"\n",
                "subsections": []
            }
        }
    }
}