Hi
I have a ksh script that looks for a child pid using a function within the script. I cannot seem to pick up the array, so I am presuming that the function runs in another shell and loses the array when it finishes.
1. Can anyone confirm this is the situation
2. Can anyone tell me how I can make the array available to the parent script?
Thanks
Phil.
I have a ksh script that looks for a child pid using a function within the script. I cannot seem to pick up the array, so I am presuming that the function runs in another shell and loses the array when it finishes.
1. Can anyone confirm this is the situation
2. Can anyone tell me how I can make the array available to the parent script?
Thanks
Phil.