I am using Activeperl for my windows 64 bit machine, I want to use expect.pm module for windows 64 bit, but getting these errors:
Can't locate Expect.pm in @INC (you may need to install the Expect module) (@INC contains: D:/Software/eclips/.metadata/.plugins/org.epic.debug
I have googled it many are saying this module is not supported in windows 64 bit. Can somebody guide me how can I install it, if not so do I need to shift Linux environment?
According to CPAN the only way for this to work in Windows is through Cygwin.
This appears to be due to a dependency on IO:tty, which has the same suggestion to use it through Cygwin.