Well, I am basically trying to write an module similar to IO::React (With changes in Pattern Matching).
1) Invoke a 3rdparth Config Executable in console mode.
2) Read the inputs, analyze them, and provide the necessary values.
So, I am looking for a windows equivalent of the below command,
my ($pid,$fh)=spawn_pty("3rdparty_config_exec -console");
any thoughts folks?