IMHO, and in addition to the previous related post, I would like to add that moving from no programming experience and windows (I assume) to perl programming that was somewhat designed around UNIX is very difficult.

But, of course, I do not recommend to try to learn and other language first, as most of many other languages are seemingly low-level and nasty for newbies and/or might not have much application for you at this stage.

I would recommend that if you have the money, try several different books and find one that works best for you (learning perl, learning perl on Win32 systems, the elements of perl programming, etc.)

Once you have specific questions, you have a whole slew of resources all around you that are helpfull, prompt, and, most importantly, free. For specific questions, people here are extremely helpful- also try USENET (comp.lang.perl.misc), USENET archives (www.deja.com), IRC, and other web-developer sites (devshed.com, webmonkey.com).

Whatever you do though, the best (and most easiest) way to learn is to experiment, experiment, and experiment. After you get the basics down, come up with (small) projects that you might find usefull and work yourself through them- you'll learn tons.

In reply to Re: so brand newbie it's sick... by czarfred
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.