I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2008-12-03 23:36:37-08 by helpme
Expect 1.21 not working on Windows Vista SP1 with Cygwin Perl 5.10
I can install Expect successfully on Windows Vista. But spawning any process will fail the process. My program is as simple as:
use Expect; { my $exp = new Expect; Expect->spawn("ls"); }
"ls" will fail, windows pop up message saying "ls.exe has stopped working". Actually if I spawn any executable, it will crash the same way. I tried Windows Vista 32bit and Windows Vista 64bit, both fail the same way. Please Help!!!
Direct Responses: Write a response