I have been trying to create IPC using Open3 on Win32 through a mod_perl application. I have been having problems with it. It will launch the external program (check processes and see the orphaned child), but it returns an error to the browser. Inspection of the error logs shows it could not find the subroutine 'close' from within Open3.pm at line 154. Anyone else experience these problems?