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->errstrOr if you're too lazy for that you could also connect with { RaiseError => 1 } which makes your script die whenever some dbi-method fails.
|
|---|