in reply to hide what you type when entering a password (WIN32)


Term::Readkey should do the job.

From the CookBook :

Use Term::ReadKey; ReadMode('noecho'); $password = ReadLine(0);