Re: modperl and qr

2005-01-27 Thread Stas Bekman
Arshavir Grigorian wrote: Hello list, The qr example in the guide does not work as expected. Using the /o in the foreach loop matches based on the first value of $re and never changes even when $re is recompiled. The /o modifier should be removed since that's exactly what we are trying to avoid.

modperl and qr

2005-01-27 Thread Arshavir Grigorian
Hello list, The qr example in the guide does not work as expected. Using the /o in the foreach loop matches based on the first value of $re and never changes even when $re is recompiled. The /o modifier should be removed since that's exactly what we are trying to avoid. http://perl.apache.org/d