my $dbh = DBI->connect(...); #### my $sth = $dbh->prepare_cached(...); #### $sth->execute; $sth->finish;