Tonight I've been working on finally using OOP perl for real, so I've been searching through perlmonks for examples. I see a lot of good questions that ask for help with some code, and lots of good answers that would improve the code. A lot of nodes get more than one approach to solving the problem, and each thread gets specific to one solution set. After reading a couple of these threads composed of for sure good answers and "this might work" answers, it gets really confusing to figure out how the code should be fixed and made usable. It'd be a big help if there was posting of what was finally decided on the question. I know it eliminates the quest, but it also helps eliminate confusion.

Am I alone in this sentiment, or is it a good idea? Should it be ettiquette that you post your final solution at the bottom of the thread, or update the original question to have the final code at the end? Maybe a separate area would be better to make it so hard core coders could figure it out for the learning exercise without seeing a workable answer first. What's everyone think on this?


In reply to Post solutions from help on a problem by mp3car-2001

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.