First of all: you're not using MySQL...you're using dbi::DBM. Or basically DBM file format with dbi, dbi being an abstraction layer that allows access to different kinds of "databases" with standard SQL. Secondly, if you tell the database to create table 100 times, it will create 100 tables, which will depend on the exact database as to how many actual system files it creates. It's good that you're hacking some code and trying to get it to do what you want -- but without a basic understanding of databases and their underlying concepts, you will be forever confused as to how you're supposed to store/retrieve the data. Don't mean to be mean or anything with what i said...but I do think that you'd seriously benefit from a basic database and dbi tutorial
the hardest line to type correctly is: stty erase ^H

In reply to Re: DBD::DBM file creation by aquarium
in thread DBD::DBM file creation by sulfericacid

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.