bluedragon2
IS-IT--Management
I used perl to call a .sh unix script, but it will not release control. I called the script by:
`/opt/script.sh`;
the .sh script contains:
/opt/startprocess.sh &
exit
Is there something I need to add to release control back to the perl script?
Thanks
[Blue]Blue[/Blue] [Dragon]
If I wasn't Blue, I would just be a Dragon...
`/opt/script.sh`;
the .sh script contains:
/opt/startprocess.sh &
exit
Is there something I need to add to release control back to the perl script?
Thanks
[Blue]Blue[/Blue] [Dragon]
If I wasn't Blue, I would just be a Dragon...