NO, no MySQL, no PostgreSQL, no speed demons/SQLite/ etc, etc, no. I need pure Perl database which can run on **ANY SERVER** with Perl supported, no any specials. It's simple enough task, and Perl can do all this work.

Well actually, it's not that simple -- which is why you haven't written your own and moved on already. It seems like you're not listening to some perfectly good advice. Using SQLite is not a big deal -- it's pretty much self contained and it runs on many operating systems.

Either that, or you have more criteria that we don't know about. Can you explain why it is that you can't have the solutions you list? Maybe someone can give you better advice with more information...


In reply to Re: Re: Re: Perl database by pboin
in thread Perl database by linex

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.