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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 12.3 DBI Methods Chapter 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 Methods Perl in a Nutshell Next: Reference: bind_param
12.3 DBI Methods Book Index Reference: bind_param

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.