[ ソース: libterm-readpassword-perl ]
パッケージ: libterm-readpassword-perl (0.11-3.1)
libterm-readpassword-perl に関するリンク
Debian の資源:
libterm-readpassword-perl ソースパッケージをダウンロード:
- [libterm-readpassword-perl_0.11-3.1.dsc]
- [libterm-readpassword-perl_0.11.orig.tar.gz]
- [libterm-readpassword-perl_0.11-3.1.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.