I have an executable which reads from STDIN and output goes to STDOUT.
I need a Perl script which will fork this executable as a child and write to STDIN of that child process and read from the STDOUT.
This is required for Windows. Any ideas or suggestions?