i can see that there is a need to to implicitly fork() to implement open3 ... and i also can see it in the code of Open3.pm ... but i still cant see why this doesnt work on win32 ... since i have forked before on win32 using perl and it worked .
is there another way to do something like open3 not using the acual command?