Please see Markup in the Monastery, Writeup Formatting Tips and How do I post a question effectively? Also maybe take a look at Perl Monks Approved HTML tags and What shortcuts can I use for linking to other information? Definitely see How do I compose an effective node title?

As you say your data is plain text, it may be enough to enclose each example in  <p> (paragraph) tags. If the text has some sort of internal structure, use  <code> ... </code> or  <c> ... </c> tags to preserve that structure. (Blocks of text enclosed in code tags will be easily downloadable by the monks and this encourages the monks to work on your problem!)

Please, please don't post 50K of text! Hopefully, each text example will be just a few score or few hundred words; I would say 1000 words max per example. Please try to post examples showing the full range of complexity of your data. Please use  <readmore> tags to reduce data "clutter."


Give a man a fish:  <%-{-{-{-<


In reply to Re^4: Perl Possibilities by AnomalousMonk
in thread Perl Possibilities by Gideau

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.