in reply to how to make a password dissapear?
system('/usr/bin/stty', '-echo'); chomp($password=<STDIN>); system('/usr/bin/stty', 'echo');
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: how to make a password dissapear?
by cwest (Friar) on Dec 28, 2001 at 22:48 UTC |