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


in reply to Re^2: nested dbi queries question
in thread nested dbi queries question

Well you should have errors--you're fetching from $sth before you execute it, then clobbering it inside your while loop.