suppress stderr from perl DBI execute

前端 未结 0 874
渐次进展
渐次进展 2021-01-27 13:55
my $sth = $dbh->prepare(q{
  INSERT INTO sales (product_code, qty, price) VALUES (?, ?, ?)
}) or die $dbh->errstr;
while (<>) {
    chomp;
    my ($product_c         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题