Posted on 2009-11-26 09:40:20-08 by lexwernars
PHP::Interpreter and mod_perl
PHP::Interpreter works with mod_perl, but only the PHP-print and PHP-echo functions will not send output to Perl. You can get around it, if you 'return' all the stuff you need to print into a variable. When the varible is filled by PHP, you let Perl print or output this variable. This works with mod_perl, but I have not tested it with PerlEx.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.