Perl is the cobol of year 2040 .

Outside of the la la world where everything is coded perfectly , there is the real world, where a hudge amounts of scripts are written in Perl because it's easy and it's installed by default on many systems.

All these scripts are acumulating, most of them are poorly coded, some of them are crucial to company functions ... I've already seen my fair share of hard encoded IP adresses that change and then "Buisness Unit X345 is not receiving it's files" etc. ...

Granted, this could happen with any other language, but Perl's wide availability made it the tool of choice for such uncontrolled developpements.

Of course those scripts will not be written in a very clean way, to say the less, and some will turn into a maintenance hell ( i know : it's already the case ) .

So under this light, i guess you can say that there's gonna be a lots of job for Perl coders, for quite a long time !!

<rant off>


In reply to Re: Should I stick with Perl - does Perl have bright future? by Anonymous Monk
in thread Should I stick with Perl - does Perl have bright future? by Anonymous Monk

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.