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


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

Probably one calls the shell, and the other doesn't, see system/open and perl -V:sh

Related

  • Comment on Re^2: Windows 7: fork in perl script spawns new cmd window

Replies are listed 'Best First'.
Re^3: Windows 7: fork in perl script spawns new cmd window
by mpeppler (Vicar) on Jan 25, 2013 at 13:01 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

        Yes - zipped up the perl build on the old box, unzipped in the same location on the new box...

        Michael