in reply to log to DB connection issue & optimization
BTW please don't comment out the use strict; line - it's your most valuable ally when hunting errors.
Second BTW: you don't need all of those intermediate values, $sth->execute(@result) should work just fine.
|
|---|