Hello There,
I'm writing a perl module that creates an interface (API) to a
command line tool. I'm using the open2 call in order to read
and write information to the process. This is working fine
on UNIX but when I try it on Windows NT, the open2 call just
hangs. I've tried the open2 call just from a perl script and
that worked okay. Has anyone else run into this problem and
perhaps has a solution? Thanks