Same method I use to learn almost anything I do with some notable exceptions. Read up on it, talk to a few folks already doing it, and go do it. Taking up skydiving or something like that needs more hands on instruction! :-)

My method of learning Perl was to take a collection of Korn shell scripts that I used to do my backups at AT&T Bell Labs and convert it to Perl. My goal being to eliminate all the pipes and temporary files that I was using to get the job done. Part of the task was tracking what files systems and files were being backed up to what media in an HP Magnetic/Optical disk jukebox across 32 slots.

One of the clever things that the backup method used in the end was to create a partition on one of the pieces of media that contained everything to recreate the backup and restore suite that I had created including building Perl itself. But I digress.

Over the years I wrote Perl scripts in a vacuum of sorts because I was the only one in my immediate circle writing the stuff. That was until I ended up at Perl Monks. Then I found out that a lot of what I was doing was not ideal. (I won't say wrong... just could have been better.) So it is here at PM that I was able to hone my skills getting feedback from other Perl folk at my meager attempts and scripting.


Peter L. Berghold -- Unix Professional
Peter -at- Berghold -dot- Net; AOL IM redcowdawg Yahoo IM: blue_cowdawg

In reply to Re: The Road to Enlightenment? by blue_cowdawg
in thread The Road to Enlightenment? by DigitalKitty

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.