$rows
= DBI::dump_results(st_handle, maxlen, ldelim, fdelim, fileh)
Runs DBI::neat()
on all the rows of a statement handle and
prints them for testing purposes.
The statement handle to retrieve.
The length at which to truncate with "..." (default is 35).
The delimiter between rows (default is "\n
").
The delimiter between individual fields (default is ",
").
The filehandle to print to (default is STDOUT).