i came to know that IO::react can be used as an alternate to Expect on activeperl.
but the sample snippet given in cpan uses proc::spawn to spawn a telnet session.this package is not supported for windows.
i need to send commands to command prompt using io::react.
can you help me in this regard?