Description
Perl applications can connect to databases through ODBC using the standard DBI interface. This is useful when software needs to reach database systems exposed through ODBC drivers rather than a database-specific Perl driver.
It is a database driver layer. Applications using it still depend on correct ODBC configuration, credentials, driver setup, and safe handling of SQL input.