sub _execute { ... my ($sql, @bind) = $self->sql_maker->$op($ident, @args); ... my $sth = $self->sth($sql,$op); ... $rv = $sth->execute(@bind) ... }