{
    "content": [
        {
            "type": "text",
            "text": "# Text::Abbrev (perldoc)\n\n## NAME\n\nText::Abbrev - abbrev - create an abbreviation table from a list\n\n## SYNOPSIS\n\nuse Text::Abbrev;\nabbrev $hashref, LIST\n\n## DESCRIPTION\n\nStores all unambiguous truncations of each element of LIST as keys in the associative array\nreferenced by $hashref. The values are the original list elements.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **EXAMPLE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Text::Abbrev",
        "section": "",
        "mode": "perldoc",
        "summary": "Text::Abbrev - abbrev - create an abbreviation table from a list",
        "synopsis": "use Text::Abbrev;\nabbrev $hashref, LIST",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [
            "$hashref = abbrev qw(list edit send abort gripe);",
            "%hash = abbrev qw(list edit send abort gripe);",
            "abbrev $hashref, qw(list edit send abort gripe);",
            "abbrev(*hash, qw(list edit send abort gripe));"
        ],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "EXAMPLE",
                "lines": 8,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Text::Abbrev - abbrev - create an abbreviation table from a list\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Text::Abbrev;\nabbrev $hashref, LIST\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Stores all unambiguous truncations of each element of LIST as keys in the associative array\nreferenced by $hashref. The values are the original list elements.\n",
                "subsections": []
            },
            "EXAMPLE": {
                "content": "$hashref = abbrev qw(list edit send abort gripe);\n\n%hash = abbrev qw(list edit send abort gripe);\n\nabbrev $hashref, qw(list edit send abort gripe);\n\nabbrev(*hash, qw(list edit send abort gripe));\n",
                "subsections": []
            }
        }
    }
}