I have attempted to learn Perl about three times before and then giving up telling myself it is because I don't have any programming experience. Well this time I am determined to learn it because I know it will make my job much easier
well what exactly is your job and how do you feel that Perl will make it easier? if you are a non-programmer, there are many things between full-fledged programming and non-programmatic point-and-click.

Are you certain that you dont need something less than full-fledged programming (ie, spreadsheet, database, expert system)? Are you certain that what needs to be done needs to be done by you? I often try to take matters into my own hands when it would be better to delegate the task to someone with much more experience.

Also, note well, you might just want to take a look at CPAN, a Perl archive of useful software. What you want done may well likely already exist there. And also read articles on Perl.com and XML.com to see solutions to common problems.

Not to scare you away, but again, what is the role that you feel Perl will fill in your occupational endeavors?


In reply to Re: Best Approach to Learn Perl for a Non Programmer by princepawn
in thread Best Approach to Learn Perl for a Non Programmer by dru145

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.