in reply to Re: exec()ed process dont write to std(?:err|out)
in thread exec()ed process dont write to std(?:err|out)
Gah. Thank you. I totally missed that.
But this still doesnt clarify in my mind why it returns immediately. For instance check this output:
D:\Development>type test.pl print "hello world!\n"; #sleep(999999); D:\Development>perl -I. -MNameExe test.pl && echo boo boo D:\Development>hello world! [cursor blinks here]
Is this what I should have expected?! (Update: I mean should the echo statement complete before the newly spawned perl process? I would expect the output to be reversed.)
First they ignore you, then they laugh at you, then they fight you, then you win.
-- Gandhi
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: exec()ed process dont write to std(?:err|out)
by PodMaster (Abbot) on Apr 13, 2004 at 11:44 UTC |