Name

dump_results

Synopsis

$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.

st_handle

The statement handle to retrieve.

maxlen

The length at which to truncate with “...”. Default is 35.

ldelim

The delimiter between rows. Default is \n.

fdelim

The delimiter between individual fields. Default is , .

fileh

The filehandle to print to. Default is STDOUT.

Get Perl in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.