in reply to Re: how do i execute dependant system commands in perl (i m trying waitpid but does not work) - please help
in thread how do i execute dependant system commands in perl (i m trying waitpid but does not work) - please help
system already waits for the executed command to complete
Don't the ampersands on the ends of those commands mean that the command processes will be backgrounded by the shell and system will return immediately?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: how do i execute dependant system commands in perl (i m trying waitpid but does not work) - please help
by GrandFather (Saint) on Jan 27, 2012 at 10:32 UTC |