in reply to how do i execute dependant system commands in perl (i m trying waitpid but does not work) - please help

just don't fork(), system() will not return control until job's done.
  • Comment on Re: how do i execute dependant system commands in perl (i m trying waitpid but does not work) - please help