Google News
logo
Perl - Interview Questions
What is Perl DBI?
DBI stands for Database Independent Interface. In Perl, the database is accessed using DBI module. It is a third party module provided by CPAN. It supports all the major database systems. It provides an abstraction layer between Perl code and database.
Advertisement