in reply to hide what you type when entering a password (WIN32)
Use Term::ReadKey; ReadMode('noecho'); $password = ReadLine(0); [download]