{
    "mode": "perldoc",
    "parameter": "Pod::Functions",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Pod%3A%3AFunctions/json",
    "generated": "2026-06-03T03:33:56Z",
    "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.",
    "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": []
        }
    },
    "summary": "Pod::Functions - Group Perl's functions a la perlfunc.pod",
    "flags": [],
    "examples": [],
    "see_also": []
}