fork/exec/pipe

From: Zafer Leylek (z_leylek_at_hotmail.com)
Date: 09/29/04


To: beginners@perl.org
Date: Wed, 29 Sep 2004 14:01:21 +0200

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