Link to home
Start Free TrialLog in
Avatar of raja_nambi
raja_nambi

asked on

connecting perl with database

can i connect a database with perl?
what are the tools used to connect?
Avatar of olthoff
olthoff

The DBI module will let you connect with a number of different databases (Oracle, MySQL, DB2, etc.)

There are other modules such as ODBC which will let you connect to databases via ODBC...
ASKER CERTIFIED SOLUTION
Avatar of khacharn
khacharn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial