in reply to Re: use of DBI perl function fetchall_arrayref
in thread use of DBI perl function fetchall_arrayref
The fetchall_arrayref method can be used to fetch all the data to be returned from a prepared and executed statement handle. It returns a reference to an array that contains one reference per row.