On Thu, Feb 22, 2001 at 02:16:56AM -0800, Thomas O'Neill wrote:
> I have built a small guestbook using perl and MySQL
> when i try to run my perl script i get the following error.
>
> Software error:
> [Thu Feb 22 14:38:01 2001] DBI.pm: Can't locate DBI.pm in @INC (@INC
> contains: /usr/lib/perl5
Hi Thomas
well it may be that the install put it in another directory other than in
the ones listed below
I too am a bit of a beginner with perl and mysql but I found my DBI stuff in
another dir so I used the following in my perl script
use lib "dir/path/here/to/libs";
This tells perl to look