slackbuilds_ponce/perl/perl-Term-UI/README
Andreas Voegele c59a2477d0 perl/perl-Term-UI: Added (Interfaces via Term::ReadLine made easy).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2013-12-25 15:05:44 -06:00

5 lines
338 B
Text

Term::UI is a transparent way of eliminating the overhead of having to
format a question and then validate the reply, informing the user if
the answer was not proper and re-issuing the question. Simply give it
the question you want to ask, optionally with choices the user can
pick from and a default and Term::UI will do what you mean.