in reply to
system() and use POSIX on cygwin
Could you use exec()/fork()/waitpid() instead of system()?
Play that funky music white boy..
Comment on
Re: system() and use POSIX on cygwin
Replies are listed 'Best First'.
Re: Re: system() and use POSIX on cygwin
by
deekoo
(Initiate)
on Feb 10, 2004 at 16:46 UTC
That narrows down the problem slightly: it hangs at the fork().
[reply]
In Section
Seekers of Perl Wisdom