in reply to Returning data to parent program

Your Perl code doesn't need to do anything special. The other program just needs to use popen so it can read what your Perl script writes to STDOUT.

If you want to pass structured data, not just a string, I'd use JSON.

- tye        

  • Comment on Re: Returning data to parent program (popen)