Re: Mod Perl Code failures

2005-05-26 Thread Joe Cullin
> > sub strip_end_data_segment { > > -${ +shift->{CODE} } =~ s/__(END|DATA)__(.*)//s; > > +${ +shift->{CODE} } =~ s/^__(END|DATA)__(.*)//ms; > > } > Sorry for the random, and probably naive question. What does the + in > front of the shift do? > -- > Regards, > Iain Check out "perldoc

Re: Mod Perl Code failures

2005-05-26 Thread iain hubbard
On Wed, 2005-05-25 at 18:12, Stas Bekman wrote: [snip] > Index: ModPerl-Registry/lib/ModPerl/RegistryCooker.pm > === > --- ModPerl-Registry/lib/ModPerl/RegistryCooker.pm (revision 171124) > +++ ModPerl-Registry/lib/ModPerl/Registr

Re: Mod Perl Code failures

2005-05-25 Thread Stas Bekman
[CC'ing the modperl list where all the bug reports should go to, hint, hint] Discover Life WebAdmin wrote: Stas, I'm sure you get millions of emails a day. But, I'm writing to tell you about a code failure in our server: pick18.pick.uga.edu We are running the following apache2 setup: Apache/2.0