Advertisment

Connecting to a MySQL database using the Perl DBI

author-image
CIOL Bureau
Updated On
New Update

To create dynamic web pages using Perl one needs to have a database at the backend. Perl's database interface (DBI) module provides a collection of generic functions that can be used to connect to a backend database to extract as well as store information into it.

This tip shows how to connect to a backend MySQL database using the methods of Perl DBI.

Check it out.

tech-news