PERL - DB programming

Hi friends,
What are the possible ways to connect to DB2 database from Perl (on unix).
I need to connect to DB2 and get records for further processing. Can you please suggest the best possible way. I heard about DBI/DBD, if you have some sample scripts please post them too.

Thanks in advance.

yep. pretty much what cbkihong said... check out that link. you'll need the Perl DBI module as well as the driver for that database (DBD).

Thank you very much