List/Grid
Tag Archives: per database connectivity
Perl database connection
For database connectivity with perl we need module DBI DBI stands for database interface.This module creates a bridge between Perl and database.Perl is capable to perform verities of database operations… Read more