$result = $st_handle->bind_col(col, \variable [, \%attr ])
result
st_handle
Binds a field of a select statement to a variable, to be updated whenever the row is fetched.
The column number to bind.
A reference to the variable to bind.
Attributes to set for the statement handle.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]