The problem with being self-taught is that you tend to have gaps in your knowledge. You just never happend to read a specific feature of whatever you're learning, even though those that went through a course on it learned it on the first day.

I usually accept this fact by ignoring it. Even if you have specific gaps, what you do know tends to be more in-depth than the people who took a course on it.

I first encoutered Perl about five years ago on a book titled "Teach Yourself CGI Programming with Perl in 21 Days", which is an excelent book if you aspire to be Matt Write (of course, I didn't know that at the time--the author of the book holds Write's scripts in high regard). I put Perl aside for some years, but picked up the Blue Camel about a year and half ago and retaught myself. Then I came across Perl Monks and learned more in six months than I had in the previous four and half years.

Because I needed the credit for my major, I am taking a course in Perl at a local college (two-year associates degree program). I usually end up having a week-long project done during class the day it's assigned. My last project came back with a note from the teacher saying "as usual, I learned something from your project".

In other words, being self-taught put me above and beyond what is being taught in a course. Granted, this is a basic Perl course (it doesn't even teach Perl OO), but when you end up teaching your teacher, it's clear that your self-taught-ness is not a hiderance. Admittedly, I did learn a few things in the class that I simply hadn't come across before, but it's rare.

----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer

Note: All code is untested, unless otherwise stated


In reply to Re: Difference in self v/s instructor based Perl training by hardburn
in thread Difference in self v/s instructor based Perl training by artist

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.