in reply to Filtering output from a system() call

Filter your executable's output using Filter::Handle. You may want to look at some examples from perlipc for ideas on how to read the output into your perl program. (read the bits on fork, exec and reading from a pipe. "-|")


Seeking Green geeks in Minnesota

  • Comment on Re: Filtering output from a system() call