use Customer; my @customer = Customer->retrieve_all(); #### my $customer = $dbh->selectall_arrayref( "SELECT customer_id, username FROM customer", { Slice => {} } );