$rows = $db_handle->do(statement [, \%attr, @bind_values ])
$rows
$db_handle
attr
bind_values
Prepares and executes a statement, returning the number of rows affected.
The statement to execute.
Attributes to set for the new statement.
Bind values for placeholder substitution.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]