On Mon, 2005-02-14 at 13:32 -0500, Jonathan Vanasco wrote: > some of the general user presentation would probably develop well under > php -- but I dont want to consider that at the expense of the mod_perl > processes.
I think it's pretty much guaranteed that it will be more work to make perl and PHP code cooperate for building a single app than to just learn enough perl to solve these issues without splitting things up. Have you looked at tools like Embperl, Mason, and Apache::ASP? They provide a similar style of working to PHP. - Perrin