in reply to Re^2: Looping over multiple queries
in thread Looping over multiple queries
Oops. I spoke too soon. I think I got it:
while (($k, $v)=each (%orgs)){ while (@k = $v->fetchrow_array()) { print "\t$k[0]\n"; } }
Unless there's a simpler way?
Thanks again for the tip :^)
|
|---|