I've noticed a couple other questions about handling this, but all seem to suffer from:
- Not working on windows
- requiring the child to finish before retrieving output
What I would like to do is call a program (eg. tshark.exe) and process its output while it runs.
To date I have tried:
- Backticks
- Run3
- Proc::Reliable
all without any success. I could spend all day trying and failing to find a module which helps me with this (ie. I have spent all day), but I figured it might be better if I just asked if anyone knew of one.