{
    "content": [
        {
            "type": "text",
            "text": "# CPAN::API::HOWTO (perldoc)\n\n**Summary:** CPAN::API::HOWTO - a recipe book for programming with CPAN.pm\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **RECIPES** (18 lines)\n- **SEE ALSO** (2 lines)\n- **LICENSE** (5 lines)\n- **AUTHOR** (2 lines)\n\n## Full Content\n\n### NAME\n\nCPAN::API::HOWTO - a recipe book for programming with CPAN.pm\n\n### RECIPES\n\nAll of these recipes assume that you have put \"use CPAN\" at the top of your program.\n\nWhat distribution contains a particular module?\nmy $distribution = CPAN::Shell->expand(\n\"Module\", \"Data::UUID\"\n)->distribution()->prettyid();\n\nThis returns a string of the form \"AUTHORID/TARBALL\". If you want the full path and filename to\nthis distribution on a CPAN mirror, then it is \".../authors/id/A/AU/AUTHORID/TARBALL\".\n\nWhat modules does a particular distribution contain?\nCPAN::Index->reload();\nmy @modules = CPAN::Shell->expand(\n\"Distribution\", \"JHI/Graph-0.83.tar.gz\"\n)->containsmods();\n\nYou may also refer to a distribution in the form A/AU/AUTHORID/TARBALL.\n\n### SEE ALSO\n\nthe main CPAN.pm documentation\n\n### LICENSE\n\nThis program is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nSee <http://www.perl.com/perl/misc/Artistic.html>\n\n### AUTHOR\n\nDavid Cantrell\n\n"
        }
    ],
    "structuredContent": {
        "command": "CPAN::API::HOWTO",
        "section": "",
        "mode": "perldoc",
        "summary": "CPAN::API::HOWTO - a recipe book for programming with CPAN.pm",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "RECIPES",
                "lines": 18,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ]
    }
}