Greetings, I have done a good amount of searching and as of yet, am unable to determine the answer to my question. I am hoping that someone out there might have attempted to do what I would like to accomplish. I have a form that I built as an executable( Using FlashMX). I know that I can use Perl to communicate with other db's. I also know that my form data from this application can be submitted to a Perl script. What I would like to attempt, if there is a way, is this. Take the data from the form and have it saved in its own db that can then be queried. The form has about 100 fields that would need to be saved and sorted. I would like it to create its own db so that I would not need a server to run the program on. Is this possible with Perl? I hope that my question is clear enough. If not, please send blessings to a new member to the Monastery and I will repent the errors of my ways. Thank you for any help in finding the right direction. Kerry

In reply to Can Perl create its own searchable db? by Bismark

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.