$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.
Copyright © 2001 O'Reilly & Associates. All rights reserved.