# untested xp solution to getting interactive input on windows. if($^O eq 'MSWin32') { open(TTY, "CON") or die $!; } else { open(TTY, "