http://www.perlmonks.org?node_id=137395


in reply to Re: Coding superstitions
in thread Coding superstitions

My superstition for databases is... don't use multiple statement handles. If I need more than one, I use different $dbh1, $dbh2. Had funny effects form multiple $sth once, don't wanna repeat. It was probably my fault somewhere, though.

____________________
Jeremy
I didn't believe in evil until I dated it.