I second the comment that you'll be best off in the long run with DBI and that DBD::SQLite is a good choice if you aren't ready for a full powered database system. If you can get by with something even liter or if you already have data in DBM formats, then <shameless plug> try my new DBD::DBM. It handles all formats of DBM, is faster than SQLite for many simple operations., and is as lightweight as they come - just install DBI version 1.42 or higher - DBD::DBM comes with it.

DBD::DBM can work with BerkeleyDB and MLDBM and both of those are also handy on their own. See also the pod for AnyDBM_File for a brief comparison of different DBM types.


In reply to Re: Perl DBM by jZed
in thread Perl DBM by MatthewFrancis

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.