in reply to Data::Queue::Persistence experience

Since you say that you would use a database but don't want to install a full-blown dbms, may I recommend sqlite? It's a database in a single file and DBD::SQLite comes with everything you need.
  • Comment on Re: Data::Queue::Persistence experience