in reply to MySQL DBI - Can't locate auto/DBI/prepare.al
"Can't locate foo/bar.al" just means that the "foo" module doesn't provide a method called "bar" and the d*** AUTOLOAD code is stupid (a pet peeve).
You aren't missing any files. Someone is trying to use the wrong method on the wrong type of object.
- tye (but my friends call me "Tye")
|
|---|