$result = $st_handle->bind_columns(\%attr, @reflist )
result
st_handle
Runs bind_col on each column of the statement.
bind_col
Attributes to set for the statement handle.
A list of references to the variables to bind.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]