Welcome to Perl!

I like the approach you are taking to learning the language, and to learning programming in general. Grandfather and Botfx both pointed out some good ideas. I would add the following:

This is what worked for me years ago, and actually still does when I decide to take on a project that requires exposure to new things that I have not yet tried(there is a lot of that). Most of what I have done with Perl fits into just a few basic categories:

There have been many other uses, but doing those forced me to learn a plethora of other related skills, like good development methodology(at least one that works for me), version control, database basics(flavors of SQL in my case), etc...

Hope that might be helpful... and also that you find enjoyment in discovering Perl. In my opinion, you made a great choice for a first programming language.

...the majority is always wrong, and always the last to know about it...

Insanity: Doing the same thing over and over again and expecting different results...

A solution is nothing more than a clearly stated problem...otherwise, the problem is not a problem, it is simply an inconvenient fact


In reply to Re: Most basic code to mess around with? by wjw
in thread Most basic code to mess around with? by ATL_perl

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.