{
    "mode": "perldoc",
    "parameter": "Term::Complete",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Term%3A%3AComplete/json",
    "generated": "2026-06-03T03:35:06Z",
    "synopsis": "$input = Complete('promptstring', \\@completionlist);\n$input = Complete('promptstring', @completionlist);",
    "sections": {
        "NAME": {
            "content": "Term::Complete - Perl word completion module\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "$input = Complete('promptstring', \\@completionlist);\n$input = Complete('promptstring', @completionlist);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This 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",
            "subsections": []
        },
        "DIAGNOSTICS": {
            "content": "Bell sounds when word completion fails.\n",
            "subsections": []
        },
        "BUGS": {
            "content": "The completion character <tab> cannot be changed.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Wayne Thompson\n",
            "subsections": []
        }
    },
    "summary": "Term::Complete - Perl word completion module",
    "flags": [],
    "examples": [],
    "see_also": []
}