|
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. |