http://qs321.pair.com?node_id=583895


in reply to Re^2: Question about IPC::Open2
in thread Question about IPC::Open2

So uh, basically you want to open a filehandle and read data from it.. and keep reading.. and keep reading.. and you have no way to tell when to stop? Seems rather unsolvable to me.

Replies are listed 'Best First'.
Re^4: Question about IPC::Open2
by GaijinPunch (Pilgrim) on Nov 14, 2006 at 04:05 UTC
    Not really. Read for X amount of seconds, then quit reading. My sleep doesn't seem to be doing that. I will try some of the solutions below and see what happens.