in reply to Re^2: Perl DBI update tables
in thread Perl DBI update tables

Why are you selecting (and including in the to-insert array) the 3 variables that you have already inserted constants for in the insert statement (client_id, status_code, and feed_db) ?

as kcott has pointed out you have 12 "?" symbols, so you need 12 members in the to-insert array