in reply to Re: ``system'' leaking memory
in thread ``system'' leaking memory

It's just an example. In my application rdotool will be called through system a lot, so I decided to test it first.

I thought system calls are kinda independent from perl process. Am I wrong? All leaked memory stays in parent process?