Oops, sorry for my last mail. Not the good mailing-list :-)
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello,
I'm not a Perl guru so I (still) have problems :-)
I use the following date structure, quite "classic" : a list of lists. I have
two instances of this structure, let's take a simple example :
list 1 : [ [toto,tata],[toto,titi] ]
list 2 : [ [toto,tutu],[tata,titi],[toto,titi] ]
My question
[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.p
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 very strange
the fact it's
Hello,
I've a quite simple question : one of my PHP script executes a Perl script which
outputs a lot of text. My wish is to redirect PHP stdout stream to NULL,
executing the perl script, and after this make the stdout stream back to
normal. I've not found a solution in online documentation. Anyon
Hello,
I'm currently writing a PHP page, which uses a small Perl script. But I
encounter an annoying problem with endline character.
A small example :
$perl = new Perl();
$perl->eval('print "toto\ntata"');
In this configuration, the HTML page generated sends me :
toto tata
Of course and you sh
6 matches
Mail list logo