Just to add my 4.5 pence, I agree with merlyn however I suspect he overstated the point. Without wanting to place words anyones mouth except my own, here is my opinion.

Programming is complicated Word its complexity has very little to do with the language you choose to use. The craft of programming is more of an art than a science. Many programmers thing (wrongly imho) that the way to be better programmers it to learn more of a language, I think the way to become a better programmer is to learn more of the craft beneath the language.

Perl has the potential to be a sloppy language, give me a white noise generator and I will show you a perl code generator. This sloppyness comes form the many and various different shortcuts and helps that make perl the power tool that it is. If you do not have the experience to know when to use these shortcuts and when not to then you will not advance your craft as a programmer. With an understanding that comes with experience you will use perl in more effective ways.

If your first language is perl you could trivially become a productive programmer, however is it the best way to learn the craft .. imho no it is not.

-- Zigster


In reply to Re: Perl is a black diamond language? by zigster
in thread Perl is a black diamond language? by amelinda

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.