On Fri, 2003-11-21 at 23:01, Marcel Greter wrote: > I'm not able to share this sub-ref > with other childs.
That's right, Perl variables can not be shared between processes. All the things that appear to do it use some kind of serialization mechanism. May I suggest that you look into some of the fine templating systems already available on CPAN? The good ones already deal with caching compiled Perl code to disk, and all the other stuff you're going through. I wrote an overview, available here: http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html - Perrin -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html