Hi John,
Pretty hard to know what's going on without looking at actual code, but it
could be some variation of this type of problem:
http://perl.apache.org/docs/1.0/guide/porting.html#Name_collisions_with_Modules_and_libs
You can easily run into trouble with code that either doesn't use package
n
They are initialized in my handler method, at the start of the request so
they should be initialized at runtime. Basically, I have a singleton object
which extends Class::Singleton which functions as an IOC container.
However, because I have multiple virtual hosts and because the database
connectio
On Fri, Mar 25, 2016 at 10:11 AM, John Dunlap wrote:
>
> Basically, I have a module which has a some lexically scoped variables in
> it. These variables are used by accessor methods in the package. The
> problem is that, if I use this module in certain parts of my application,
> these variables ar