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


in reply to Re: to "use vars" or not to
in thread to "use vars" or not to

Thank you for your quick response .

All of my DBI code exists in the module run by the child forked from the listener and so I dont intend to share a connection, but by setting the $dbh globaly in the module run by the child am i causing it to be inherited by the next forked child ?

thanks.