Help for this page
sub BindValues { my $csr = shift; ... $csr->bind_param($placeholder, $array_ref->[$i]); } }