Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 12.3 DBI MethodsChapter 12
Databases and Perl
Next: Reference: bind_param
 

available_drivers

 @drivers = DBI->available_drivers([nowarn])

Returns a list of available drivers by searching @INC for the presence of DBD::* modules.

nowarn

A boolean value specifying whether to suppress warnings if some drivers are hidden by others of the same name in earlier directories. Default is false (don't suppress).


Previous: 12.3 DBI MethodsPerl in a NutshellNext: Reference: bind_param
12.3 DBI MethodsBook IndexReference: bind_param