|
|
| "be consistent" | |
| PerlMonks |
Answer: How do I make password prompts not echo back the user? |
| ( #33374=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 strredwolf
In addition to Term::Readkey, you may want to write up your own
linegetter with getc(STDIN). That way, you'll be able to trap
all of the deletes/backspaces w/o having any problems.
Isn't there a Readline module?
|
|
||||||||||||||||||