@drivers = DBI->data_sources(driver)
drivers
Returns a list of all databases available to the named driver. (The database server must be running for data_sources to return any results.)
data_sources
The driver to list. If unspecified, the value of DBI_DRIVER is used.
[ Library Home | Perl in a Nutshell | Learning Perl | Learning Perl on Win32 | Programming Perl | Advanced Perl Programming | Perl Cookbook ]