Help for this page

Select Code to Download


  1. or download this
    sub BindValues {
        my $csr = shift;
    ...
            $csr->bind_param($placeholder, $array_ref->[$i]);
        }
    }