On Mar 17, 2009, at 9:21 AM, [email protected] wrote:
is it possible to parse the output of mod_perl handler through PHP?
You can if you write a perl filter that uses PHP::Interpreter to execute some code that parses your mod_perl output.
Best, David
