Personally I like the flexibility in TIMTOWTDI, and Perl's typing. I find myself spoiled by Perl, especially when I need to switch over to C/C++ code.

The last couple of years I've felt like a lone island of Perl based code in a sea of PHP hysteria, at least in the c/OSS project I oversee. However, I find that Perl just does the job and it's easier to follow codewise on complex projects over PHP. For me, it is also easier to secure web scripting wise, and to maintain with each platform update (aka "it still runs" when perl is updated). I guess I won't feel so alone now that I've officially entered the Monastery, after roughly 9 years or so of lurking in the shadows (anon monk?).

Mister Ed

PS - I did the same thing in using Perl in all caps, many years ago. I had read it in that form somewhere and picked up the bad habit of using it as an acronym for a couple of years thereafter until I was pounced on by a few folks for my lack of knowledge (another site). So don't feel too bad. It's a common mistake for some folks new to the culture/mindset.

In reply to Re: Popularity of Perl as opposed to other languages by MisterEd
in thread Popularity of Perl as opposed to other languages by demonlazeros

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.