foreach (keys %hash) { $dbi->do('insert into stats (jobid,try,item,value) (?,?,?,?)',$jobid, $try, $_, $hash{$_}); }