I guess I fall in the middle, sort of. I got into the Unix/Linux world after spending 25 years in IBM mainframes. I encountered Perl and realized that the language was designed by Programmers for Programmers, to make Programming easier.

After a few months of reading and writing a few small scripts (20 - 100 lines, including comments), I came to the conclusion that Perl probably should be my language of choice when confronted with a New Problem, with excursions into Shell or Java (and now C), only when I am forced to. (When 90% of the New Problem is already available as Java classes, it does not really make a huge amount of sense to re-code. Just write the additional class to glue everything together and get out.)

Now my first thought when Management drops a New Problem in my lap is "I wonder what's on CPAN that addresses this...", and I am off. The ability to get a quick'n'dirty mock up of what they want seems to really impress the Management. And the fact that I can flesh out the demo/skeleton into a real application so quickly is a real plus.

Perl lets me do what I want to, with out getting in the way. (You might consider Perl the 'Learned Hand' of program languages -- it tells you how to do what you want to do.)

OGB


In reply to Re: What do you use Perl for and Why? by Old_Gray_Bear
in thread What do you use Perl for and Why? by pg

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.