Balderdash! I have a terrible memory. I've been using Perl for over a decade and I still have to look up the arguments for "push". (Is it push("$object", @list) or push(@list, "$object")? My brain hurts already!)

However, despite that handicap. Uh... what was I saying? Oh yeah. Despite my memory issues, I've found Perl to be an extremely useful programming language. In fact, I find Python to be a big pain because about 90% of my Perl programs are simple things that I use only once or twice. I don't want to write object oriented code.

I want to spew out the solution as quickly as my memory can (before I forget what I wanted to do). Sitting around and attempting to build an object models is just not for me. I want a variable that can be a string in one second, and a numeric the very next second. Perl fits this to a tea.

Then, there are the more complex stuff that I do. Complex little things that can take four or five thousands lines of code. Again, Perl comes to the rescue. I can quickly create object oriented code, cheat where I need to, and even produce code that is readable and supportable by others.

To me, Perl is the Leatherman of Programming languages.


In reply to Re^2: Enlightenment and Frustration by qazwart
in thread Enlightenment and Frustration by chexmix

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.