julianLiuRsch
Programmer
- Oct 4, 2008
- 11
If a process is started by ``system'', e.g
---
system "konsole --geometry 650x650+100+0 --workdir /home/julian &";
===
How do we get the PID of this process?
thanks in advance.
---
system "konsole --geometry 650x650+100+0 --workdir /home/julian &";
===
How do we get the PID of this process?
thanks in advance.