Help for this page
my $tmpwarn = $SIG{__WARN__}; $SIG{__WARN__} = ... $sth->execute(); $SIG{__WARN__} = $tmpwarn;