on Mon, 06 May 2002 13:54:48 GMT, [EMAIL PROTECTED] (Tony Ho) 
wrote:

> Hi guys,
> Has anybody seen the following message before ?
>  
> Can't locate object method "connect" via package "DBI" (perhaps you
> forgot to load "DBI"?) at ./test.pl line 150

Yes, a few times :-)
Is there a line

        use DBI;

in your program, before the line which gives you the error?
What is on line 150?
Do you get other errors?

-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to