You're much more likely to get helpful answers here if you do your best to use proper grammar, capitalization, punctuation, and formatting. What you wrote looks like a random collection of text messages concatenated into a single blob. It's painful to read, and suggests that you didn't really bother to spend much time on it, so most people won't bother. I'm happy to take some of my time to help -- otherwise I wouldn't be here -- but you need to show that you've taken some of yours.

I find that changing line-height does wonders for legibility . Sure its still got the same grammar, but just like a paper you can read it from a podium ... not overwhelming or headache inducing from formatting :D

I use themes for Anonymous Monk or try out themes without changing display settings to add jQuery to a page (one click) then click this lineheight3em bookmarklet to turn blobs readable

javascript:(function(){ $('.doctext').css({'line-height':'3em'}); $('.reply-body').css({'line-height':'3em'}); $('.code').css({'line-height':'1em'}); })()

In reply to Re^2: dynamic extractor based off static references in file (line-height punch2paragraph punct2paragraph lineheight3em) by Anonymous Monk
in thread dynamic extractor based off static references in file (perl) by james289o9

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.