Emlékezetből valami ilyesmi kéne neked: $sth->bind_columns(\$key, \$value); while($sth->fetchrow_arrayref) { $hash{ $key } = $value; }