Re: mp2: processing a subrequest with HTML::FillInForm

2008-07-26 Thread Stephen Howard
Hi Mark, The other pages on the site are not broken. I appreciate your attempt to identify an underlying flaw, but that is not the case here, and I am aware of the vagaries of html parsing (which is why I leave it in the capable hands of HTML::FillInForm). My question is how do I create a A

Re: ModPerl + Perl 5.10

2008-07-26 Thread Torsten Foertsch
On Sat 26 Jul 2008, Oleg Burlaca wrote: > I need a stable Apache + mo_perl + perl combination. > Is perl5.10 + mod_perl2.0.4. the right way to go? yes, with prefork mpm. > (are all perl modules working ok under 5.10 ?) You can't expect someone to tell you even if all perl modules are working by

ModPerl + Perl 5.10

2008-07-26 Thread Oleg Burlaca
I read that mod_perl 2.0.4 works with Perl 5.10. Should I upgrade from 5.8.8. to 5.10? from perl 5.10 release notes I saw that "The Perl interpreter itself is faster with a smaller memory footprint, and has several UTF-8 and threading improvements." etc. I need a stable Apache + mo_perl + perl