![]() |
|
more useful options | |
PerlMonks |
Re: How do I make password prompts not echo back the user?by Fastolfe (Vicar) |
on Sep 20, 2000 at 21:31 UTC ( [id://33360]=note: print w/replies, xml ) | Need Help?? |
The easiest solution, under Unix at least, is to call 'stty' to change the terminal's "echo" attribute. I know of no way to do this under Windows or any non-Unix platform, and there may be a more standardized way of doing this (such as via curses or some Term-based module):
In Section
Seekers of Perl Wisdom
|
|