|
Manpages Term::CompleteSection: Perl Programmers Reference Guide (3perl)Updated: 2001-02-22 Index Return to Main Contents NAMETerm::Complete - Perl word completion moduleSYNOPSIS
$input = Complete('prompt_string', \@completion_list);
$input = Complete('prompt_string', @completion_list);
DESCRIPTIONThis routine provides word completion on the list of words in the array (or array ref).The tty driver is put into raw mode using the system command "stty raw -echo" and restored using "stty -raw echo". The following command characters are defined:
DIAGNOSTICSBell sounds when word completion fails.BUGSThe completion character <tab> cannot be changed.AUTHORWayne Thompson
IndexThis document was created by man2html, using the manual pages. Time: 23:02:05 GMT, March 13, 2026 |