$sth->execute; my $hash = {}; while(my $row = $sth->fetchrow_hashref()){ $hash->{$row->{'id'}} = $row; } return ($hash);