Help for this page
my $sth = $dbh->prepare($sql) or die "SQL Error: $DBI::errstr\n"; $sth->execute() or die "SQL Error: $DBI::errstr\n";