Are there any Youtube courses?

Why? What do you expect?

If you want Perl on the Raspi, you probably know Perl. So teaching Perl for the Raspi is quite useless.

If you want to work with a Raspi, you are probably aware that you will use Linux, and you know your way around. Teaching Linux, perhaps on a Raspi, is pointless, too (in the context of Perl on the Raspi!).

So, what's left? Some Raspi-specific Perl modules that come with good documentation, as usual. Nothing new for Perl modules. And a few I/O pins that can be controlled by software running on Linux. The latter is a little bit unusual for PC hardware, but absolutely boring on the Raspi. Searching for "raspi pin io" on Youtube yields tons of videos and related searches, explaining more than you ever wanted to know. Searching for the same terms on Google makes that far more than you ever wanted to know.

All that you have to learn is how to do the exactly the same commands in Perl instead of C, C++, Python, Shell, whatever. That's what you find in the POD.

See also:


And by the way: Why a video? Why do you want someone to dictate you how slow or fast you want to learn? Written text, probably with images, can be processed as fast or as slow as you want.

Alexander

--
Today I will gladly share my knowledge and experience, for there are no sweeter words than "I told you so". ;-)

In reply to Re^2: Is Perl on the Raspberry Pi worth it? by afoken
in thread Is Perl on the Raspberry Pi worth it? by stevieb

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.