On Tue, Mar 17, 2009 at 12:21 PM, <[email protected]> wrote: > is it possible to parse the output of mod_perl handler through PHP?
No, mod_php is not tightly integrated with apache the way mod_perl is. It doesn't allow you to write your own filters or handlers. The best you can do is make a perl output filter that runs the PHP code. - Perrin
