Help for this page
SELECT * FROM my_table WHERE id_column IN (?, ?, ?, ?)
my @sths; while (<>) { ... $sths[@values]->execute(@values); # ... }