in reply to Re: Is Perl on the Raspberry Pi worth it?
in thread Is Perl on the Raspberry Pi worth it?
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
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Is Perl on the Raspberry Pi worth it?
by shmem (Chancellor) on Jun 19, 2019 at 20:28 UTC | |
by stevieb (Canon) on Jun 22, 2019 at 21:07 UTC |