On Aug 26, 2013, at 2:42 AM, Vincent Veyron <vv.li...@wanadoo.fr> wrote:

> Right now, I'm left wondering *how* I am going to pass said lexical to
> the package 'db_handle' I pasted in the message that started the thread,
> in the context of mod_perl, so not sure about writing up on it yet.

Even though you’re using connect_cached(), you should consider holding on to 
the DBI handle yourself somewhere. Like in an attribute of a singleton object. 
You might find DBIx::Connector useful to use that way, rather than 
connect_cached().

Best,

David

Reply via email to