A long time ago, in a galaxy far, far, away, I used to code in C. It's been over a decade, so I don't remember much of it, but I do remember how incredibly astounded I was that a simple routine that took me a week to code in 8088 assembler (am I dating myself, or what?), would only take a couple of hours in C, yet have almost the same speed.

Fast forward 14 years: I program in Perl and I have started dabbling in C++. I know that I need more on my resumé than just Perl, mainframe experience and VBA, but I am having trouble getting excited about C++. I look at the hoops I have to jump through for even the simplest of string manipulations and I writhe in agony (anyone know of a C++ regex library?).

Perl is wonderful because I can get stuff done fast. Sure, we all love the language, but if we couldn't do anything with it, we wouldn't care.

Cheers,
Ovid

Update: My view of a potential job interview.

Me:Well, I once created a mainframe test region using VBA.

Potential employer: And this is relevant how?

Join the Perlmonks Setiathome Group or just go the the link and check out our stats.

In reply to (Ovid) RE: Late night revelation of PERL by Ovid
in thread Late night revelation of PERL by Macphisto

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.