Yes. (What answer did you expect from a perl community site? ;-)

It may be not as simple as PHP (at least for your very first CGI script), not as object oriented as Java and not as ... $other_good_property ... as .NET, but it gets your job done. Quickly and intuitively.

The other day I worked at a big company, and one of my coworkers asked if I could write him some program - basically merging two fixed-width text tables, wrote me a short specification, gave me a a few example files, and then told me "sorry that I'm keeping you busy for the next week.". Forty minutes later I send him the script by email, and he dropped his jaw in amazement. (He had been a C programmer not so long ago, involved in writing low level drivers.) He couldn't believe that one could be so productive.


In reply to Re: Learn Perl by moritz
in thread Learn Perl by lm.moreira

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.