Help for this page
my $sql = '... WHERE foo IN (' . join(',', ('?') x scalar( @values ) +) . ') ...';