Paketname | libio-prompt-perl |
Beschreibung | Interactively prompt for user input |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.99.4-3 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl (>= 5.6.0-16), libversion-perl, libterm-readkey-perl, libwant-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 18524 Byte |
Prüfsumme MD5 | 6deb785acafc243e2052062cebf08f6d |
Prüfsumme SHA1 | 16e78b654f0f350a6f781c6188be968e014ddc51 |
Prüfsumme SHA256 | e3a16708fb52a484ab3843ef5369545808aca909d831455cbe6010c981452965 |
Link zum Herunterladen | libio-prompt-perl_0.99.4-3_all.deb |
Ausführliche Beschreibung | By default, this module exports a single function prompt. It prompts the
user to enter some input, and returns an object that represents the user input.
.
You may specify various flags to the function to affect its behaviour; most
notably, it defaults to automatically chomp the input, unless the -line
flag is specified.
.
Two other functions are exported at request: hand_print, which simulates
hand-typing to the console; and get_input, which is the lower-level function
that actually prompts the user for a suitable input.
|