DBD::SQLite is self contained. if you want to run queries from the command line, like to test stuff. you will need the sqlite download.
I like to build both from the same sqlite sources so the versions are identical. Quoting Leander Gillard <[EMAIL PROTECTED]>: > Quick question I need answered to send to the sysadmin but do I need to both > > download and install sqlite and also use the DBD::SQLite module when coding > in perl?? > > I think this is true, but he is under the impression I only need the perl > DBD module and he is usually correct. > > --Leander > >

