Right on the money Blue. I've been (ab)using Perl for a very long time compared with most people here, and yet I've managed to touch only a small part of it. Even so, it has been a great replacement for the type of work I used to do in C and/or Fortran (and I made much use of Perl's portability, far more real than that of C or Fortran!). While Perl is wickedly powerful, it also makes complicated string manipulation very much easier than most other languages I've tried.

Now I'm still using Perl on a daily basis, but the stuff I write now is much cleaner and easier to debug, as well as likely faster to write and execute. I still keep my fingers off the big red buttons for the most part, but reading all I can here and experimenting has definitely improved my results.

Back to the point of this thread, I think Perl can be used by (and offers benefits to) anyone that could comprehend any other programming language, and the best part is you don't need to move to a grown-ups language when your interest exceeds its capabilities ;-). One doesn't need to be a soldier from Switzerland to make good use of a swiss army knife, especially when all one needs is the bottle opener (hmmm... that sounded much better in my head).


In reply to Re: Re: Perl is a black diamond language? by Albannach
in thread Perl is a black diamond language? by amelinda

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.