Help for this page
my %items_to_insert = (item1=>1, item2=>2); ... { $sth->execute($key,$items_to_insert{$key}); }