Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

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?

Replies are listed 'Best First'.
Re: Open3, mod_perl, Win32
by BazB (Priest) on Apr 21, 2002 at 22:02 UTC
    You need to post code as well as just listing an error.
    It helps to know how you're calling IPC::Open3.