I think Perl's real strength is that it makes "easy things easy and hard things possible" for not a single domain, but for many. Perl is a generalist language; many people call it a glue language becuase it can interface in to many different protocols, systems, and data stores. But calling Perl 'glue' is a bit disparaging. Glue is usually used to hold interesting bits together, but is not interesting itself. Typically interfacing disparate systems and doing something useful with them is more substantial. I prefer 'infrastructure'.

Some people say Perl excels as a text processing language; with its wide range of string, regex and formatting functions, I agree. But I use Perl mostly for scientific and number crunching. Writing such code is fast and easy with modules like the Perl Data Language. Although I used to program in domain-specific Fortran, Perl is far more pleasant and flexible.

-Mark


In reply to Re: perl's forte by kvale
in thread perl's forte by kiat

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.