Well... Perl is in my primary job description and I know for certain (I sit next to a Java programmer) that I don't code as much as other programmers.

Maybe it is because you don't have to code as much in Perl because of the exquisitely tastey documention, a massive pile of freely distributed modules, and the elegance of an expressive syntax.

I find that most times, with other languages, I spend plenty of time fighting with undocumented "features" in the syntax, undocumented "features" in libraries that cost $$$$, writing a library that should exist but doesn't, or writing a library that costs more $$$$ than we have to spend. With perl, once I reached a certain level of proficiency, writing the code was only slightly slower than thinking. Which leaves me plenty of time to read even more of that yummy documentation, and plan for my projects better :P

Also, I've learned that working too fast gets you in trouble. Best to take your time and do it right the first time. That way people don't expect fast answers and the answers you give always look good ;)

I pray the winds of power where I work never change, Perl is just the niftiest toolbox I've had to date and it suits me JUST FINE.


In reply to Re: Enjoying Perl without doing much coding by petesmiley
in thread Enjoying Perl without doing much coding by revdiablo

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.