$sth = $dbh->prepare(qq{select * from `table`}); $sth->execute(); my $_var = $sth->fetchrow_hashref(); $sth->finish(); #<--- like this here...