Приглашаем посетить
Сомов (somov.lit-info.ru)

Reference: available_drivers

PreviousChapter 12
Databases and Perl
Next
 

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).


PreviousHomeNext
12.3 DBI MethodsBook IndexReference: bind_param