NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Cygwin (Score:2)
I wrote at least one working Expect.pm program on Cygwin, several months ago. I don't recall having to do anything to get it to work. I was pleasantly surprised that it did work.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:Cygwin (Score:2)
Re:Cygwin (Score:2)
Ah, I get it now. I'm betting that it relies on just way too much of the handling in the Cygwin DLL. What finally got Expect.pm working on Cygwin was, I believe, not changes to Expect.pm (and the modules it relies on), but improvements to the Cygwin DLL itself. I suppose someone could extract the relevant portions of the Cygwin DLL, but I imagine you might wind up with most of the DLL.
But that's an uneducated opinion. It might in fact be very trivial.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers