open I,'myInProg|'; open O,'|myOutProg'; print O while <I>; [download]
In reply to Re: Emulating the cmd line pipe by I0 in thread Emulating the cmd line pipe by BUU