On Fri, 2004-05-14 at 11:36, Raf wrote: > I'm moving some code to perl 5.8.3 compiled with ithreads. I have a > mod_perl handler (Apache 2.0.48- worker mpm/ModPerl 1.99.13) which has a > default template directory and processes a bunch of these templates. I > can write a perl script which will happily process my templates without > any problems from the shell.
Does it use threads though? If not, you can't really call it equivalent. I suspect that what you have here is a regex thread-safety issue and what you should do is turn it into a simple example and report it as a perl bug. - Perrin -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html