{
    "content": [
        {
            "type": "text",
            "text": "# Term::Complete (perldoc)\n\n**Summary:** Term::Complete - Perl word completion module\n\n**Synopsis:** $input = Complete('promptstring', \\@completionlist);\n$input = Complete('promptstring', @completionlist);\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (3 lines)\n- **DESCRIPTION** (17 lines)\n- **DIAGNOSTICS** (2 lines)\n- **BUGS** (2 lines)\n- **AUTHOR** (2 lines)\n\n## Full Content\n\n### NAME\n\nTerm::Complete - Perl word completion module\n\n### SYNOPSIS\n\n$input = Complete('promptstring', \\@completionlist);\n$input = Complete('promptstring', @completionlist);\n\n### DESCRIPTION\n\nThis routine provides word completion on the list of words in the array (or array ref).\n\nThe tty driver is put into raw mode and restored using an operating system specific command, in\nUNIX-like environments \"stty\".\n\nThe following command characters are defined:\n\n<tab>\nAttempts word completion. Cannot be changed.\n\n^D  Prints completion list. Defined by *$Term::Complete::complete*.\n\n^U  Erases the current input. Defined by *$Term::Complete::kill*.\n\n<del>, <bs>\nErases one character. Defined by *$Term::Complete::erase1* and *$Term::Complete::erase2*.\n\n### DIAGNOSTICS\n\nBell sounds when word completion fails.\n\n### BUGS\n\nThe completion character <tab> cannot be changed.\n\n### AUTHOR\n\nWayne Thompson\n\n"
        }
    ],
    "structuredContent": {
        "command": "Term::Complete",
        "section": "",
        "mode": "perldoc",
        "summary": "Term::Complete - Perl word completion module",
        "synopsis": "$input = Complete('promptstring', \\@completionlist);\n$input = Complete('promptstring', @completionlist);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 17,
                "subsections": []
            },
            {
                "name": "DIAGNOSTICS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ]
    }
}