in reply to Re: Does IPC::Open3 uses temporary file?
in thread Does IPC::Open3 uses temporary file?

Thanks, very interesting information...

It will not help me in my case (I can't mix STDERR and STDOUT, I should differentiate those) but this could help me in a next similar problem...

Now I don't remember exact details (I am home, and that Perl program at work) but I suceeded mixing STDERR and STDOUT by something like this:

open my $fhcmd, "$cmd args 2>&1 |";

Best regards,
Courage, the Cowardly Dog

Replies are listed 'Best First'.
Re^3: Does IPC::Open3 uses temporary file?
by zentara (Cardinal) on Dec 03, 2004 at 20:03 UTC
      Ok, I solved my problem already.

      And thank you very much for many helpful advices!

      Best regards,
      Courage, the Cowardly Dog