in reply to Re: DBI insert: Need to store results in a MySQL-database (not in a file)
in thread DBI insert: Need to store results in a MySQL-database (not in a file)

try adding some or die $dbh->errstr
Or if you're too lazy for that you could also connect with { RaiseError => 1 } which makes your script die whenever some dbi-method fails.
  • Comment on Re^2: DBI insert: Need to store results in a MySQL-database (not in a file)
  • Download Code