in reply to Re: hiding password typing in Windows
in thread hiding password typing in Windows

Monks, Thanks for all your responses. Term::ReadKey worked for me Below is the code that I used to get my code working
print "\nEnter the password: "; ReadMode 2; $pass=<STDIN>; ReadMode 0;
Hope I will get same responses for all my future queries.
- Srinivas