- or download this
my @ids = ( 1, 2 );
...
$value_lookup_sth->execute(@ids)
or debug($DBI::errstr);
- or download this
sub plist { '(' . join( ',', ('?') x $_[0] ) . ')' }
...
$value_lookup_sth->execute(@ids)
or debug($DBI::errstr);
- or download this
{
package My::plist;
...
$value_lookup_sth->execute(@ids)
or debug($DBI::errstr);