while ( my @row = $dbQuery->fetchrow_array() ) { @info{@{$headings}} = @row; }