my $rows = $sth->fetchall_arrayref; my %hash = map { $_->[0] => { 'option' => $_->[1], 'option_data' => $_->[2] }; } @{$rows};