open2() under Win32

2002-09-02 Thread Peter Boehm
Hi experts out there ! I'm new to perl and experienced a problem when trying to run a program capturing input and output from another prog using open2(); under UNIX it runs correctly, but not under Windows. Is there a special handling of open2 on Windows or is there another equivalent function

Re: open2() under Win32

2002-09-02 Thread Trevor Joerges
;; s;P;perl;g;s;,;\n;g;s;Y; ;g;s;q;\t;g;print; - Original Message - From: Peter Boehm [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 01, 2002 5:58 AM Subject: open2() under Win32 | Hi experts out there ! | | I'm new to perl