{
    "content": [
        {
            "type": "text",
            "text": "# Pod::Functions (perldoc)\n\n**Summary:** Pod::Functions - Group Perl's functions a la perlfunc.pod\n\n**Synopsis:** use Pod::Functions;\nmy @miscops = @{ $Kinds{ 'Misc' } };\nmy $miscdsc = $TypeDescription{ 'Misc' };\nor\nperl /path/to/lib/Pod/Functions.pm\nThis will print a grouped list of Perl's functions, like the \"Perl Functions by Category\" in\nperlfunc section.\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (12 lines)\n- **DESCRIPTION** (22 lines)\n\n## Full Content\n\n### NAME\n\nPod::Functions - Group Perl's functions a la perlfunc.pod\n\n### SYNOPSIS\n\nuse Pod::Functions;\n\nmy @miscops = @{ $Kinds{ 'Misc' } };\nmy $miscdsc = $TypeDescription{ 'Misc' };\n\nor\n\nperl /path/to/lib/Pod/Functions.pm\n\nThis will print a grouped list of Perl's functions, like the \"Perl Functions by Category\" in\nperlfunc section.\n\n### DESCRIPTION\n\nIt exports the following variables:\n\n%Kinds\nThis holds a hash-of-lists. Each list contains the functions in the category the key\ndenotes.\n\n%Type\nIn this hash each key represents a function and the value is the category. The category can\nbe a comma separated list.\n\n%Flavor\nIn this hash each key represents a function and the value is a short description of that\nfunction.\n\n%TypeDescription\nIn this hash each key represents a category of functions and the value is a short\ndescription of that category.\n\n@TypeOrder\nThis list of categories is used to produce the same order as the \"Perl Functions by\nCategory\" in perlfunc section.\n\n"
        }
    ],
    "structuredContent": {
        "command": "Pod::Functions",
        "section": "",
        "mode": "perldoc",
        "summary": "Pod::Functions - Group Perl's functions a la perlfunc.pod",
        "synopsis": "use Pod::Functions;\nmy @miscops = @{ $Kinds{ 'Misc' } };\nmy $miscdsc = $TypeDescription{ 'Misc' };\nor\nperl /path/to/lib/Pod/Functions.pm\nThis will print a grouped list of Perl's functions, like the \"Perl Functions by Category\" in\nperlfunc section.",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 12,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 22,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Pod::Functions - Group Perl's functions a la perlfunc.pod\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Pod::Functions;\n\nmy @miscops = @{ $Kinds{ 'Misc' } };\nmy $miscdsc = $TypeDescription{ 'Misc' };\n\nor\n\nperl /path/to/lib/Pod/Functions.pm\n\nThis will print a grouped list of Perl's functions, like the \"Perl Functions by Category\" in\nperlfunc section.\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "It exports the following variables:\n\n%Kinds\nThis holds a hash-of-lists. Each list contains the functions in the category the key\ndenotes.\n\n%Type\nIn this hash each key represents a function and the value is the category. The category can\nbe a comma separated list.\n\n%Flavor\nIn this hash each key represents a function and the value is a short description of that\nfunction.\n\n%TypeDescription\nIn this hash each key represents a category of functions and the value is a short\ndescription of that category.\n\n@TypeOrder\nThis list of categories is used to produce the same order as the \"Perl Functions by\nCategory\" in perlfunc section.\n",
                "subsections": []
            }
        }
    }
}