mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
7e3b32fff8
Approved by: portmgr Approved by: bapt (mentor)
8 lines
347 B
Plaintext
8 lines
347 B
Plaintext
This perl routine will take a prompt, a default response and a list
|
|
of possible responses and deal with the user interface, (and the
|
|
user!), by displaying the prompt, showing the default, and checking
|
|
to be sure that the response is one of the legal choices.
|
|
|
|
Author: Allen Smith <actual@spamcop.net>
|
|
WWW: http://search.cpan.org/dist/Term-Prompt/
|