My @values # get updated/pushed on whatever--sometimes an arrayref from a selectall_arrayref on another DB of a different subtype $dbh->do("insert into table1 (col2, col3, col4) values('",join("','",@values),"')");