in reply to Re: perl database question
in thread perl database question

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

Replies are listed 'Best First'.
Re^3: perl database question
by Corion (Patriarch) on Apr 26, 2008 at 19:32 UTC

    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.