Name

dump_results

Synopsis

$rows = DBI::dump_results(st_handle, maxlen, ldelim, fdelim, fileh)

Description

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