We're trying to automate the testing of some apps and one of them in Windows will hang the Perl script when it tries to get a password using _getch. We can change either our scripts or the app but we're stuck on how since we need to hide the password and _getch is the only way we know of doing it (that's halfway cross platform) and we don't know of a way to automate it in windows. In Linux, we are able to use Proc::Spawn without any problem (same basic code base for the app with if defs around sections).
BTW, we're using open to get a piped filehandle to the app in windows.