Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: errstrChapter 12
Databases and Perl
Next: Reference: execute
 

func

 $handle->func(@arguments, function)

Calls a private nonportable method on the specific handle.

@arguments

The arguments to the function.

function

The function name. Note that the function name is specified last.


Previous: Reference: errstrPerl in a NutshellNext: Reference: execute
Reference: errstrBook IndexReference: execute