Re: suppress STDIN from user

2003-01-10 Thread Rob Dixon
That's right. It's: use Term::ReadKey; : ReadMode 2; $pass = ReadLine 0; ReadMode 0; /R "Simran" <[EMAIL PROTECTED]> wrote in message 1042162674.10277.43.camel@pingu">news:1042162674.10277.43.camel@pingu... > Have a look at Term::ReadKey ... > > You need to set noecho (i

Re: suppress STDIN from user

2003-01-09 Thread simran
Have a look at Term::ReadKey ... You need to set noecho (i think...) On Fri, 2003-01-10 at 11:32, Jose Malacara wrote: > Is there a way for perl to suppress or mask user input at the STDIN? For example, a >password or login prompt Not really trying to implement any real security here, >jus