http://qs321.pair.com?node_id=589716


in reply to Re: DBI InactiveDestroy problem
in thread DBI InactiveDestroy problem

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.