my $table_def = join ',', map { "INT column$_" } @columns; $dbh->do("CREATE TABLE my_table ($table_def)");