56 |
$insert_count++ if $sth->execute($quote->[0], $quote->[1]); |
56 |
$insert_count++ if $sth->execute($quote->[1], $quote->[2]); |
58 |
warn sprintf('Database returned the following error: %s', $sth->errstr); |
58 |
warn sprintf('Database returned the following error: %s', $sth->errstr); |