Hello Folks,
I basically need to automate a command-line program which interacts with the user quite extensively on Windows Platform.
I am using ActiveState Perl, and hence cannot use IO::Expect (which supports only cygwin Perl).
I have read about IO::React Module, but cannot find any other examples(other than the standard telnet -> ls example). It woudld great if someone could post any example of how to use IO::React on Windows.