Re: returning to parent after a fork.

2002-10-01 Thread david
Chad Kellerman wrote: > Hi, > > I was wondering if someone can shed some light on a problem I am > having. I have a sub routine that forks each variable in an array one > at a time. But after the last element in the array the program exists > from the sub routine, it does not continue aft

returning to parent after a fork.

2002-10-01 Thread chad kellerman
Hi, I was wondering if someone can shed some light on a problem I am having. I have a sub routine that forks each variable in an array one at a time. But after the last element in the array the program exists from the sub routine, it does not continue after the the last element in the arra