launching an external program with SYSTEM() command, causes the script to hang until the process has finished, i.e. the program is closed.
how do i make pearl continue on with the script, while the program it has launched with the system command continues running?
Thanks to anyone who can help