Help for this page

Select Code to Download


  1. or download this
    $rv = $dbh->do($statement);
    $rv = $dbh->do($statement, \%attr);
    $rv = $dbh->do($statement, \%attr, @bind_values);
    
  2. or download this
    $rv = $dbh->do($statement, undef, @bind_values);
    $rv = $dbh->do($statement, {}, @bind_values);