http://www.perlmonks.org?node_id=593806


in reply to IPC::Open3 failure on Win32

Google pointed me to the following thread...

Win32, IPC::Open2, IO::Pipe

Using a wait() would seem to be the answer.


Test your modules with bleadperl!

  rsync -avz rsync://public.activestate.com/perl-current/ .
  ./Configure -des -Dusedevel -Dprefix=/path/to/test/perl
  make test
  make install

Now, please test you modules! If you have test failures that don't happen with Perl 5.8.8, send a simplified test case to

perlbug at perl.org