I use wxPerl (wxWidgets) to start subprocesses, so I can't use exec or system.
Then how do you "start subprocesses"?
The probablility is that under Win32, you could system 1, 'perl.exe script.pl'; as this does an asynchronous spawn. Ie. It returns immediately and so does not upset GUI message loops.
Similarly, you could probably use system 'perl script &'; under Linux to achieve the same end.
In reply to Re^3: Changing process name
by BrowserUk
in thread Changing process name
by Outaspace
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |