in reply to perl database question

That sounds like DBD::SQLite, which will also require DBI. Both are very common.

Replies are listed 'Best First'.
Re^2: perl database question
by baxy77bax (Deacon) on Apr 26, 2008 at 19:28 UTC
    thanks,

    i'm asking this because i don't need for 10 people to log on to my database or todo some complex data mining. i need a speed of a mysql data retrieval and to be able to deal with very very large data sets. also i would be the only user and there would be only one database so also i don't see the need for connecting protocol.

    if there is something it that domain for perl programming it would be very helpfull

    r

      See, again, DBD::SQLite, and maybe http://sqlite.org. Also, consider maybe DBM::Deep or one of the other hash solutions. So far, you haven't told us what your needs are, and I'm too lazy to dust off my crystal ball just for you.