probably the version of perl you are using. regards luis garcia
-----Original Message----- From: Alex Tunitsky [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 7:38 PM To: [EMAIL PROTECTED] Subject: 'use DBI' failure Please, help me. I try to use DBI to connect Oracle (on Linux) using DBI and got this message: ---------------------------- #!/usr/bin/perl -w [root@localhost /root]# perl use DBI; Can't locate DBI.pm in @INC (@INC contains: /usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at - line 1. BEGIN failed--compilation aborted at - line 1. ---------------------------- What am I missing? Thanks, Alex .
