$st_handle = $db_handle->prepare(statement [, \%attr ])
st_handle
db_handle
Prepares a statement for execution and returns a reference to a statement handle object.
The statement to prepare.
Attributes to set for the assigned statement handle.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]