Help for this page
my $sql = 'select product, price from table'; my $results = $dbh->selectall_arrayref($sql, { Slice => {} }); warn Dumper $results;