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?
It won't run on Windows. Expect creates a pseudo-tty to try fool the child program into not buffering its output. Windows doesn't have ttys.