A few suggested reasons

  • perl is easy to learn the basics of, but there's always more to learn
  • it allows you to use the same language to knock up an admin fix, or write an app
  • for any given job, there's usually a CPAN module that will help - no charge
  • there's a strong, enthusiastic and cohesive community (right here for example)
  • the documentation conventions make docs generally easy to follow and understand
  • perl being a slightly quirky language in design terms, its unique and it appeals to people in a way no other programming language does
  • Perl is the computer users swiss army knife - the posidrive screwdriver blade might not be as good as a freshly charged Makita cordless with a #2 phillips bit, but it does the job without any fuss when you need it to; saving you time, money and effort.

    Plus its fun. Golf can be played in any language - my dad used to play it in the 1960's on punchcard based mainframes. But obfu's?

    (but seriously...) IMHO, because perl is based on natural language principles (same link as above) and hence TIMTOWTDI, it allows more scope for self expression than any other programming language - thats what makes it fun.

    VGhpcyBtZXNzYWdlIGludGVudGlvbmFsbHkgcG9pbnRsZXNz

    In reply to Re: More Perl by g0n
    in thread More Perl 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.