in reply to fork system() STDOUT redirection on WindowsXP

Wasn't Perl's threads implementation worked up somewhat from 5.6.1 to 5.8.0 with the introduction of the threads pragma (as opposed to the Thread module and related)? Might this be a source of backwards incompatibility instead of (or in addition to) PerlIO?
  • Comment on Re: fork system() STDOUT redirection on WindowsXP

Replies are listed 'Best First'.
Re: Re: fork system() STDOUT redirection on WindowsXP
by dave_usa (Novice) on Jun 25, 2003 at 23:41 UTC
    It is not clear to me how much fork implementation on Windows depends on the Thread module.
    --Dave