in reply to Re: How do I make password prompts not echo back the user?
in thread How do I make password prompts not echo back the user?
system('stty -echo'); print "Enter Password: "; chomp($pw = <STDIN>); system('stty echo');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Answer: How do I make password prompts not echo back the user?
by skx (Parson) on Oct 23, 2003 at 11:19 UTC |