Perl's DBI architecture is divided into two main groups of software: DBI itself and drivers (DBD). Each RDBMS has its own Perl driver, and each driver has a connection string associated with it. You cannot create a "single" connection string.
source
share