What do you think?

I think that if you are still having trouble figuring this out on your own, and you want to get help from perlmonks, you should:

  1. Sign up for an actual user account, so that communication with other monks is easier and more efficient.
  2. Create a simple, small example / test case, including both some minimal amount of sample input data, and only as much perl code as needed to demonstrate what you are trying to do with the data.
  3. Post that code and data to a new "SoPW" thread, showing both the actual script output, and the desired script output, so we can see the difference.

The example / test case data and code should be fully self-contained, which means that the code should be runnable on its own with the given data, so that other monks can try it out for themselves if they feel like it.

And as I said previously: break the problems down and separate them into different subs and/or modules that focus on particular parts of the problem; that will help you organize your thoughts.

Good luck.


In reply to Re^5: Combining calls to a subroutine issue. by graff
in thread Combining calls to a subroutine issue. by Anonymous Monk

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.