Re: [PHP] Re: PHP output stream

2006-05-15 Thread Richard Lynch
On Mon, May 15, 2006 8:53 am, nicolas figaro wrote: > [EMAIL PROTECTED] a écrit : >> Thanks for your answer. I already have thought about your solution. >> The problem >> is I have to use the Perl module for PHP. An example : >> >> $perl = new Perl(); >> $perl->require('mct.pl'); >> $perl->MCT_poll

Re: [PHP] Re: PHP output stream

2006-05-15 Thread Stut
[EMAIL PROTECTED] wrote: Thanks for your answer. I already have thought about your solution. The problem is I have to use the Perl module for PHP. An example : $perl = new Perl(); $perl->require('mct.pl'); $perl->MCT_polling(); where MCT_polling() is a function of my script mct.pl. I would find

Re: [PHP] Re: PHP output stream

2006-05-15 Thread nicolas figaro
[EMAIL PROTECTED] a écrit : Thanks for your answer. I already have thought about your solution. The problem is I have to use the Perl module for PHP. An example : $perl = new Perl(); $perl->require('mct.pl'); $perl->MCT_polling(); where MCT_polling() is a function of my script mct.pl. I would f