Help for this page
my $sql = sprintf q[ SELECT * ... col_1 IN (%s) AND col_2 IN (%s) ], join(', ', @$set_1), join(', ', @$set_2);