Found this somewhere back when this bug first appeared in mod_perl:

# work-around for mod_perl
my $tie_stdin = tied *STDIN;
untie *STDIN if $tie_stdin;

# insert open2() or open3() statement after the above

Gerald,

It is a mod_perl bug, but I would consider putting it in the FAQ.  Would probably be very helpful to people.

Gerald Richter wrote:
Is there anyway to use IPC::Open3 or anything like it or is there another
module doing the same thing which can be used with embperl ?

    

Sorry, I don't know a solution. Maybe you can find something in the modperl
guide (perl.apache.org) or go ask on the modperl mailing list

Gerald


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
  


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to