Name

bind_param

Synopsis

$result = $st_handle->bind_param(n, value [, type ])

Binds a value with a placeholder in a prepared statement.

n

The parameter number to bind.

value

The value to associate with parameter n.

type

The data type for the placeholder. The type can also be specified as an anonymous list ({TYPE => type }).

Get Perl in a Nutshell, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.