Reading the comments and suggestions of others, and your response to them, it looks to me as though you've bitten off slightly more than you can chew for a first project. I suggest that, since you've broken down your project into six major goals, you should consider each of those goals as a project in itself. Work on a single item from your list of goals, and when you are happy that it does what you need/want, move on to the next item. When that one's done, maybe play with integrating the two so they work together. The key is to start off simple. The program can build in complexity as you become more comfortable and competent (in Perl), having solved each problem.

It took me a long time to learn this lesson! And I (stubbornly) had to learn it for each discipline I tackled, be it mathematics, physics, or computer programming.


In reply to Re: Search and store solution? by YYCseismic
in thread Search and store solution? by nukeboy

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.