Re: fork/exec/pipe

2004-09-29 Thread Wiggins d Anconia
> Hi > > I am trying to control to start an octave process where I can write > to it read the output back into perl. > > For example I would like to : > > 1 - Start octave > 2 - Write a=1 b=2. Read output into perl > 3 - Write a+b. Read output into perl and so on. > > Could someone please help

fork/exec/pipe

2004-09-29 Thread Zafer Leylek
Hi I am trying to control to start an octave process where I can write to it read the output back into perl. For example I would like to : 1 - Start octave 2 - Write a=1 b=2. Read output into perl 3 - Write a+b. Read output into perl and so on. Could someone please help me do this. Thanks --