![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Answer: How do I make password prompts not echo back the user?by isotope (Deacon) |
on Mar 02, 2001 at 22:08 UTC ( [id://61836]=note: print w/replies, xml ) | Need Help?? |
You might want to try something more like:
...so you only print the password prompt when echo has already been disabled. This makes your program more compatible with things like Expect, which may not wait long enough after the prompt for the echo to be disabled before sending the password. --isotope http://www.skylab.org/~isotope/
In Section
Seekers of Perl Wisdom
|
|