in reply to Re: DBD::SQLite - Standalone on webserver via FTP?
in thread DBD::SQLite - Standalone on webserver via FTP?

You should be able to transfer the module over to your remote directory and then do a 'use lib' in your script.

Although usually helpful, this advice only applies to pure-Perl modules; the DBD::SQLite distribution includes the C source code for the SQLite database library, and thus must be compiled on the target machine (or a very close equivalent).

  • Comment on Re: Re: DBD::SQLite - Standalone on webserver via FTP?