sub fetch_data { my $dbh = shift; return $dbh->selectall_arrayref( "SELECT * FROM shop_items", { Slice => {} } ); }