I couldn't really tell you from a technical standpoint. Perl has always been capable of doing what I needed it to. Some of these other folks with more demanding needs have already pointed out technical aspects of when not to use Perl.

My focus is usually a cultural aspect. Since I tend to do more contracting work, I have to look at the environment when I decide what would be "the right tool for the job". If the company has some reasonably skilled Perl folks, or it's most likely that I will be the one maintaining the project, I feel safe using Perl. If it's a bunch of Java people, though, I would lean towards using Python. It would take less work for them to stretch their brains around Python's capabilities than if I threw a few Perl modules at them.

Occasionally, when I just want to have some fun, I use Ruby. Because I can.

Still, I'd say Perl is the best tool for the job around three or four out of five times. The majority of the time, but nowhere near all the time. You just have to look at what you need, and who else will be looking at your code.


"All you need is ignorance and confidence; then success is sure."-- Mark Twain

In reply to Re: Is there ever a time Perl is the wrong choice? by webfiend
in thread Is there ever a time Perl is the wrong choice? by Marza

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.