Help for this page
my $dbh = DBI->connect(...);
my $sth = $dbh->prepare_cached(...);
$sth->execute; $sth->finish;