GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Term::Complete(3) Perl Programmers Reference Guide Term::Complete(3)

Term::Complete - Perl word completion module

    $input = Complete('prompt_string', \@completion_list);
    $input = Complete('prompt_string', @completion_list);

This routine provides word completion on the list of words in the array (or array ref).

The tty driver is put into raw mode and restored using an operating system specific command, in UNIX-like environments "stty".

The following command characters are defined:

<tab>
Attempts word completion. Cannot be changed.
^D
Prints completion list. Defined by $Term::Complete::complete.
^U
Erases the current input. Defined by $Term::Complete::kill.
<del>, <bs>
Erases one character. Defined by $Term::Complete::erase1 and $Term::Complete::erase2.

Bell sounds when word completion fails.

The completion character <tab> cannot be changed.

Wayne Thompson
2022-02-19 perl v5.34.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.