I would say flexibility (TMTOWTDI) is a blessing and a curse: it made it incredibly easy for me (a biologist, mind you) to quickly learn how to write really bad (but functional) code.

Most of what I, personally, use perl for is bioinformatics which involves a lot of text parsing and many regexes. So, for me, the most-indispensable part of the language is the wonderful regex support. If I wanted to make this point to others I might show some sample code for extracting some data from a flat-file using perl (~1-3 lines) versus C, Java, or the like (many many lines). To me that would be most-compelling and is Perl's primary strength.

Update: Oh yeah! also CGI (CGI.pm). I don't know if it's relevant to your needs or not, but Perl is awesome for building custom web apps. A side-by-side comparison of a simple CGI script written in perl versus C would speak volumes, IMHO.


In reply to Re: presentation perl by roadnottaken
in thread presentation perl by Bass-Fighter

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.