in reply to Re: Selecting the right database for perl
in thread Selecting the right database for perl

If you decide to keep it in memory, check out Tie::Persistent.
Update
However, I'd suggest using MySQL - it's free, fast, and an excellent choice for simple database applications. Easy to administrate too (another thing to consider).
  • Comment on Re: Re: Selecting the right database for perl