Well, they kind of have a point, but Perl is certainly a fine *first* language. The more languages you know, the stronger your skills will be in all of them. Having a C background, in particular, will make you a better perl programmer. C is more "low-level" and forces you to worry about things (e.g. pointers and memory allocation) that perl takes care of "behind the scenes." Once you have learned about such things, you gain a greater appreciation for all that perl really does, and how it makes it look easy while doing so :). Perl is great because you can make it as simple or as complex as you want. You can write good, working programs with a few simple keywords and concepts, yet you can still dive in deeper and deeper by eventually learning about modules, references, typeglobs, embedding perl in C (and C in perl), and eventually reading perlguts for pleasure and checking out the regex engine. :)


In reply to RE: Disadvantages of Perl? by turnstep
in thread Disadvantages of Perl? by redmist

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.