in reply to Re^4: symbols, scope, and mod_perl
in thread symbols, scope, and mod_perl

You are right. ...

Are you saying you're using threads in your program?

Replies are listed 'Best First'.
Re^6: symbols, scope, and mod_perl
by acanfora (Novice) on Oct 01, 2012 at 12:12 UTC
    I am testing the trick also in mod_perl, under Worker MPM. So, yes, I am definitely using threads.

      I am testing the trick also in mod_perl, under Worker MPM. So, yes, I am definitely using threads.

      So you're not using threads, the perl module

        Did you see use threads; anywhere? :)