in reply to Re: User input at runtime
in thread User input at runtime

Note that despite being recommended in Damien Conway's best practices, Damien Conway's IO::Prompt can only help you if you are on a Unix-like OS (having /dev/tty).

Term::ReadPassword::Win32 supposedly works on Win32. (disclamer: I haven't tested it). Note the bug about restoring filehandles though.

--
Andreas