Step 1: Get a machine. Any old machine will do. Linux runs great even on older hardware.

Step 2: Buy a copy of Red Hat, Debian, SuSE, or any other well-known Linux distribution. I recommend Red Hat if you're just getting started, but each has its own merits and Red Hat by no means could be definitively called the best.

Step 3: Find someone who knows their way around Linux and ask them to help you install it. You could do it yourself (the distros are getting so slick these days!) but Linux is best experienced as a community. Finding someone else who can help you get started will lower your learning curve and frustration level significantly, and most people who use Linux enjoy turning others on to the joys of Linux.

Step 4: Find the simplest Perl book you can get your hands on. Check out the recommendations of the other posters. I learned from "Learning Perl in 21 Days," and though I have moved on to much more condensed material these days, it was a great book to learn by. And curiously enough, it took around 21 days. (I was a newbie at the time.) I wouldn't buy a book like Larry Wall's Programming Perl if you've never programmed before. You'll buy it eventually, but for now you want something utterly simple and straight forward.

Step 5: Open a command prompt on your new Linux box.

Step 6: Type

perl -e "Hello World!\n"
Congratulations! You're programming in Perl on Unix! You've got a world of riches ahead of you :-)

Hope this helps!


In reply to Re: so brand newbie it's sick... by Starky
in thread so brand newbie it's sick... by inkedmn

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.