$rv = $sth->execute or die "can't execute the query: $sth->errstr"; #### $rv = $sth->execute or die "can't execute the query: " . $sth->errstr;