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