in reply to in script log file monitor
How about:
- Get current size of log file file. (tell)
- Invoke 3rd party application and wait for it to end. (system)
- Seek to old end of log file. (seek)
- Output data written to the log file since the first step. (print $fh_out $_ while <$fh_in>;)