I hated Perl.

HATED it.

Here I was, a University student toiling away at my summer job. I'd started programming in higschool in Turing, moved onto Turbo Pascal and VB. In Uni I'd moved onto C and the monolith that is Java.

Then I had to run these "Perl" scripts for this job. I thought it was ugly and horrid and the first Perl I saw had been written by an executive who had been an English major of all things (they were elegant, long and devoid of logic).

Then, while clutching my borrowed and dog-eared Camel book, I tried something; a minor to fix a recurring problem that resulted in hours of painstaking data examination.

Hey. That worked. I just saved hours of work.

I tried another.

Hey... that worked too.

I tried more and more things and had instant feedback and I realized, "Hey, I could do that Java AVL Tree project from last term in fraction of the time."

So I continued on the path of "just try it". I've tried it in other languages but I return to my love of Perl each time.

And so when asked about this weird Perl thing by friends who did ASP or PHP or ColdFusion, I told them to give it a whirl. While I haven't converted many, all have been stunned at the instant feedback you can get by just doing it.

I'm embarrassed by those first programs... but I still love to try.

--
meraxes

In reply to Re: Musing on Perl's "Just Try It" Amazingness by meraxes
in thread Musing on Perl's "Just Try It" Amazingness by ack

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.