A good amount of folks seem to have begun their Perl journey with CGI programming. For me, it was at the opposite end of the web site. I wanted to spider, download, and archive websites. I was aware of wget -r, but there were certain aspects to it I didn't like (How foolish of me! If only I knew the multitude of wget options... of course, I was still learning the ropes of Linux and unix in general at the time).

I started out writing horrible cargo-cult scripts that did the wrong thing the wrong way. They were ugly, and slow. They were a maintenance nightmare. But they worked! They performed a needed function, and I loved it. I was creating utilities to make my life easier! It was empowering.

Now I've been using Perl for nearly 5 years. I am able to understand an astonishing (to me, anyway) amount of what I read here and elsewhere, and have begun to actually create what I think is decent code (I still mostly use Perl for the same purpose -- small but highly useful unix command line utilities).

Compared to my many previous false-starts at learning other languages, picking up Perl was very natural. I think it's an excellent language to learn, if only for the ease with which useful things can be created.


In reply to Re: Rolling into Perl by revdiablo
in thread Rolling into Perl by robartes

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.