start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: ping Chapter 12
Databases and Perl
Next: Reference: quote
 

prepare

 $

st_handle

 = $

db_handle


->prepare
(
statement [, \%attr ]
)

Prepares a statement for execution and returns a reference to a statement handle object.

statement

The statement to prepare.

\%attr

Attributes to set for the assigned statement handle.


Previous: Reference: ping Perl in a Nutshell Next: Reference: quote
Reference: ping Book Index Reference: quote