Hi,
First of all..thank U all for the fast responses:)
So...i know that a perl script script is executed line by line...the idea is that i dont want to wait for the entire executable to be finished and then read the outfile...i want as the executable its start running to start reading from the file asweel and process the results in parallel...like writing on the same line : execute && read :D
P.S. im working in Linux
Thanks!