$result = $st_handle->bind_param(n, value [, type ])
result
st_handle
Binds a value with a placeholder in a prepared statement.
The parameter number to bind.
The value to associate with parameter n.
The data type for the placeholder. The type can also be specified as an anonymous list ({TYPE => type}).
{TYPE =>
}
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]