Re: perl_run question

2001-05-05 Thread Brett W. McCoy
On Sun, 6 May 2001, shrini B wrote: > I am working on calling perl program from my c program. I have the perl file > name in argv[1]. I want the output in the buffer. How do i intercept the > output of perl_run function which is going to STDOUT so that it comes to the > buffer instead. Have you

perl_run question

2001-05-05 Thread shrini B
Hi I am working on calling perl program from my c program. I have the perl file name in argv[1]. I want the output in the buffer. How do i intercept the output of perl_run function which is going to STDOUT so that it comes to the buffer instead. Any help would be greatly appreciated. Please reply