sqlite with Perl for Windows; suitable for relocation

Posted by Paul Nathan on Stack Overflow See other posts from Stack Overflow or by Paul Nathan
Published on 2010-05-21T00:47:08Z Indexed on 2010/05/21 0:50 UTC
Read the original article Hit count: 350

Filed under:
|
|

I need to set up sqllite for Perl on a Windows box. However - Perl is probably being run over the network from a central server, and I do not know what modules will be available on initial running of my script.

I can guarantee Perl 5.8+ (activestate) or Perl 5.10+ (strawberry).

Therefore, I need to package sqlite & the associated Perl module(s) in the project directory itself. Having Goggled around, I don't see any immediate zipfile to do this.

© Stack Overflow or respective owner

Related posts about sqlite

Related posts about Windows