>  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.

Reply via email to