|
|
| Perl Monk, Perl Meditation | |
| PerlMonks |
Answer: How do I make password prompts not echo back the user? |
| ( #33362=categorized answer: print w/ replies, xml ) | Need Help?? |
|
Q&A > input and output > How do I make password prompts not echo back the user? contributed by Shendal
Use Term::Readkey. It is more portable than the unix-only solution of stty. Here's a quick example (untested):
Cheers, Shendal
|
|
||||||||||||||||||||