Hi all,
Lets say i have a perl script which calls an executable program to run a process. The executable its running continuously for some time and from time to time it writes in a file some results.
How can i read those results in real time without having to wait for the executable to finish or without using another script?
Thanks :)