I've decided to migrate from my old pseudo-database to a proper one. First of all i use my database to store guitar tabs(sheet music). At the moment a visitor to my site can view all the tabs stored in the database or add his own using a submission form. The database also stores the submitters name and the submission date along with the tab they wish to include. My main problem is deciding what type of database should i migrate to?. Yesterday i did some tutorials and stuff on XML. I created a .xml doc and used XML::Simple to read from it. Is this a good solution to my problem?. And if so, how do i add new information to my database, does XML::Writer help in this regard. Ive checked CPAN but its only confusing me further, Thanxs Baz my site is here

In reply to interfacing between perl and a database by Baz

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.