> my($id) = $sth->fetchrow_array(); Minor speedup by binding the return, especially since it is a single value. Might also be simpler to use select* sub's in new DBI that will handle it in a single call.
- Looping multiple selects mickalo
- Re: Looping multiple selects lembark
- Re: Looping multiple selects Jeff Eckermann
- Re: Looping multiple selects mickalo
- Re: Looping multiple selects Jeff Eckermann