in reply to Re: how to implement ipc on linux?
in thread how to implement ipc on linux?

wow I sure found a lot of documentation on that IPC::Run module, but I didn't see exactly what I needed. Maybe what I need is hidden amongst all the complicated examples?

All I need is this:

system(command) until (done or user_aborted)
thanks!