Technote (FAQ)
Question
How can my application written in Perl access my IBM DB2 Version 9.5 and above database for LUW?
Answer
Perl applications can access IBM DB2 data servers via the Perl DBI driver for DB2, DBD::DB2.
This document provides step-by-step instructions to install the DBD::DB2 Perl module and access data from DB2 data server.
Setting up the DBD::DB2 environment to access data in IBM DB2 data servers
Pre-requisites
Linux: Perl version 5.8 or above
Windows: ActivePerl version 5.8 or above
DBI version 1.53 and above
IBM DB2 client version 9 fp2 and above
Getting pre-requisites
Perl: Download the latest perl for your respective plat