[ 源代码: libterm-readpassword-perl ]
软件包:libterm-readpassword-perl(0.11-3)
libterm-readpassword-perl 的相关链接
Debian 的资源:
下载源码包 libterm-readpassword-perl:
- [libterm-readpassword-perl_0.11-3.dsc]
- [libterm-readpassword-perl_0.11.orig.tar.gz]
- [libterm-readpassword-perl_0.11-3.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
prompt user for a password
Term::ReadPassword 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.