![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^2: DBI InactiveDestroy problemby mifflin (Curate) |
on Dec 14, 2006 at 01:59 UTC ( #589716=note: print w/replies, xml ) | Need Help?? |
I'm not trying to use the parent's $dbh in the child process. My child process will (in the final program) connect to the database itself, if need be. What I don't want to happen is have the parent's $dbh connection be closed when the child process finishes. The InactiveDestroy attribute is supposed to help here but it does not seem to.
In Section
Seekers of Perl Wisdom
|
|