in reply to Re: Code Explanationin thread Code Explanation
@array = qw(one two three); $p_str = join ',',('?')x@array; ## parens added here puts the '?'s int +o list format [download]