Drieux wrote: > > > use POSIX ":sys_wait_h"; > #... > do { > $kid = waitpid(-1,&WNOHANG); > } until $kid == -1;
Does the execution of the program wait to all the forked processes to terminate? Thanks!!! -- Ahmed Moustafa -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]