Help for this page
my $count = $sth->execute; if (! $count) { ... ... do magic ... }; };
my $res = $sth->execute; if (! $res) { ... if (! $rows) { print "No rows were affected."; };