I found myself responding, earlier today, to a request for a list of reasons for using open document formats (such as, conveniently, the OpenDocument Format) instead of closed, proprietary formats. This was in a non-programming discussion forum, in a thread about things unrelated to programming except in the loosest sense in that office application design came up briefly, and the question to which I responded was distinctly unrelated to programming.

My direct response to this involved posting an ad-hoc Perl script that stored the bullet points of my answer in an array. The script, if run, would randomly (meaning by use of srand and rand()) select one of the points and print it to STDOUT.

Have I been spending too much time thinking about Perl lately? Can you, the Monks, provide me with some more symptoms I should be looking for that I'm afflicted by Too Much Perl?

(I duplicated the code in this weblog entry, which collects most of my commentary in the discussion thread in question in one cohesive essay, in case you're interested in seeing it. It's not remarkable enough to bother reposting here, though. Waste of screen real estate, really.)

print substr("Just another Perl hacker", 0, -2);
- apotheon
CopyWrite Chad Perrin


In reply to Too Much Perl? by apotheon

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.