my $sth = $dbh->prepare( 'SELECT * FROM tbl'); $sth->execute() my $arrayRef = $sth->fetchall_arrayref([]);