Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
      I've seen a lot of talk about Perl being a dead programming language and it's better to learn one of the other scripting languages?

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":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-23 20:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found