You'll find other posts on this site quoting the adage "Right tool for the job."

I've been using Perl since around 1989 or so and I will continue to do so as long as I am still writing code and/or Perl is still as widely available as it is today already installed on most *nix OS-es. What I really like about Perl is it actually fulfills Java's promise of "write once run anywhere" with some caveats. If you use CPAN modules in your scripts it might now work in some places which has bitten me more than once.

Speaking of CPAN, there's another reason I don't see Perl going away anytime soon. There's lots of folks writing modules for Perl and uploading them to PAUSE to be shared out via CPAN. As long as that continues Perl ain't going away anytime soon.

To my point of right tool for the job I would point out that writing a text manipulation program in quite a few languages such as C, C++, Java, Assembler, Visual Basic and a lot of other languages is nowhere as easy as it is in Perl. I'd also hate to be limited to those languages for any sort of automation.

At the same time I'd hate to write a compiler or assembler without using lex and yacc (or the OSS twins of those) along with C.

I'll continue to preach this gospel: "Right Tool For The Job!" (RTFTJ)


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

In reply to Re: Why do people say 'Perl' is dead?!?! by blue_cowdawg
in thread Why do people say 'Perl' is dead?!?! by lblake

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.