in reply to
How to use * operator in JOIN
I guess that you mean:
$placeholders = join(',',('?') x 8);
[download]
Comment on
Re: How to use * operator in JOIN
Download
Code
In Section
Seekers of Perl Wisdom