Term::Prompt

Term::Prompt is a Perl extension for prompting a user for information.
Download

Term::Prompt Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Matthew O. Persico
  • Publisher web site:
  • http://search.cpan.org/~persicom/Term-Prompt-1.03/lib/Term/Prompt.pm

Term::Prompt Tags


Term::Prompt Description

Term::Prompt is a Perl extension for prompting a user for information. Term::Prompt is a Perl extension for prompting a user for information.SYNOPSIS use Term::Prompt; $value = &prompt(...); use Term::Prompt qw(termwrap); print &termwrap(...); $Term::Prompt::MULTILINE_INDENT = '';PREREQUISITESYou must have Text::Wrap and Term::ReadKey available on your system.This main function of this module is to accept interactive input. You specify the type of inputs allowed, a prompt, help text and defaults and it will 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. Additional "types" that could be added would be a phone type, a social security type, a generic numeric pattern type...


Term::Prompt Related Software