Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: disconnectChapter 12
Databases and Perl
Next: Reference: dump_results
 

do

 $rows = $db_handle->do(statement [, \%attr, @bind_values ])

Prepares and executes a statement, returning the number of rows affected.

statement

The statement to execute.

\%attr

Attributes to set for the new statement.

@bind_values

Bind values for placeholder substitution.


Previous: Reference: disconnectPerl in a NutshellNext: Reference: dump_results
Reference: disconnectBook IndexReference: dump_results