How to continue process without waiting for the output of system()?
- From: Cod <zencod@xxxxxxxxx>
- Date: Thu, 30 Aug 2007 07:57:23 -0700
For example , I wrote:
system("calc");
print "hello";
Before the calc program is closed, the print statement will not
excute.
Any way to change the behavior?
I have tried fork, and system("calc&"), all failed.
My OS is WinXP, and I use Active Perl 5.8.8.
Thanks for your help!
.
- Follow-Ups:
- Prev by Date: Re: Searching in a line
- Next by Date: Re: Searching in a line
- Previous by thread: Memory leaks with SOAP Lite
- Next by thread: Re: How to continue process without waiting for the output of system()?
- Index(es):
Relevant Pages
|