Paketname | libterm-readpassword-perl |
Beschreibung | prompt user for a password |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.11-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 68 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 12502 Byte |
Prüfsumme MD5 | e4c7acb93e7bed02c1e1c663c6d7d8a2 |
Prüfsumme SHA1 | ed0df0849a13d075dd68c0dea638af4951aad377 |
Prüfsumme SHA256 | 78234cc1d09b8be6894dfab42beabe2ed25ce48f6b69bbec2969f5d268eb355b |
Link zum Herunterladen | libterm-readpassword-perl_0.11-2_all.deb |
Ausführliche Beschreibung | This module lets you ask the user for a password in the
traditional way, from the keyboard, without echoing.
.
The read_password function prompts for input, reads a line of
text from the keyboard, then returns that line to the caller.
The line of text doesn't include the newline character, so
there's no need to use chomp.
|