Help for this page
use strict; use warnings;
try: $dbh = DBI->connect($dsn, "uname", "pwd"); ... $sth->execute; $sth->finish(); except: