|
|
| There's more than one way to do things | |
| PerlMonks |
Re: How do I make password prompts not echo back the user?by Anonymous Monk |
| on Oct 22, 2003 at 22:30 UTC ( [id://301453]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Here's how I did it using Term::Readkey ReadMode ('noecho'); print "Enter Password: "; chomp($pw = <STDIN>); ReadMode ('restore');
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||