diff options
Diffstat (limited to 'perl/perl-Term-UI/README')
-rw-r--r-- | perl/perl-Term-UI/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/perl/perl-Term-UI/README b/perl/perl-Term-UI/README new file mode 100644 index 0000000000..3de2eb0fa1 --- /dev/null +++ b/perl/perl-Term-UI/README @@ -0,0 +1,5 @@ +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. |