RE: cgi problem

2006-03-10 Thread Gerald Richter
> > So, may be exist external method of data exchange between > perl-cgi and embperl? > It's not special to Embperl, but you can use storable to save your data in a file and read it inside your Embperl page, but I guess this will not be much faster, because the overhead of using a cgi is much m

Re: cgi problem

2006-02-27 Thread Andrew
> So I think you want to call some php code from embperl.. > You can do this in Embperl2/apache2 by using a "subrequest". > [- Execute({subreq => '/path/myscript.php'}) -] > You can then use all the usual Execute `output', etc options to > manipulate the output. Sorry, no. I want to use some php

cgi problem

2006-02-24 Thread andrew
Hi, Can somebody help with such problem: there is perl's "PHP" library for using php functions in perl. Unfortunately, I couldn't compile libphp5 module for apache with --enable-embed option (enable building of embedded SAPI library necessary for this lib) simultaneously with apache handler. And b