http://qs321.pair.com?node_id=1015311


in reply to Windows 7: fork in perl script spawns new cmd window

OK - so adding "call" like so
open(IN, "call svn info ... | ");
fixes the problem - but I'd still like to understand why this is needed in this new environment, and isn't needed on other W7 machines or older XP machines around here.

Michael

Replies are listed 'Best First'.
Re^2: Windows 7: fork in perl script spawns new cmd window
by Anonymous Monk on Jan 25, 2013 at 10:08 UTC
      It's from the exact same code, same build of perl 5.14, etc.
      The actual code uses IO::CaptureOutput, FWIW...

      Michael

        Same versions of all installed used modules?

        --MidLifeXis