For SQLite, just perl -MCPAN -e 'install DBD::SQLite', then use the general DBI to create and access SQLite database. you even don't need to install SQLite binary program.
On Nov 18, 2009, Dermot <paik...@googlemail.com> wrote: 2009/11/18 Rob Coops <rco...@gmail.com>: > On Mon, Nov 16, 2009 at 10:09 PM, Rene Schickbauer < > rene.schickba...@magnapowertrain.com> wrote: > >> Rob Coops wrote: > > Thank you for the advise, I'll certainly be using a DB should this tool ever > get upgraded to a web based one. You'd be hard pressed to find a *nix machine without SQLite pre-installed. It's often used by the package manager. It's bloody fast too. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/