start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: do Chapter 12
Databases and Perl
Next: Reference: err
 

dump_results

 $

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


Previous: Reference: do Perl in a Nutshell Next: Reference: err
Reference: do Book Index Reference: err

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.