I need to use the DBI module along with the DBD-CSV driver to access
comma-delimited files but the ISP I'm using doesn't have DBI installed and
won't install it.

I am able to upload my own CGI scripts and can add to the @INC variable with
the command

    use lib LIST;

so I have tried uploading DBI.pm and the modules in the DBI directory as
well as the DBD::CSV module but I get the following error when I try to use
DBI:

    BEGIN failed--compilation aborted at /cgi-bin/lib/DBI.pm line 182.
    Can't locate loadable object for module DBI in @INC

Does anyone know why it won't work?

Ben

Reply via email to