http://qs321.pair.com?node_id=1220801


in reply to Re^8: The Future of Perl 5
in thread The Future of Perl 5

we need more elearning material

I'm nor entirely sure what you mean by that. For Perl 5 there are plenty of online learning resources: e.g. you can download the 2014 version of Modern Perl. Also MJD's Higher Order Perl can be downloaded.

Similarly for Perl 6 there are quite a few online resources.

Could you elaborate on what you mean with "elearning material" ?

Replies are listed 'Best First'.
Re^10: The Future of Perl 5
by LanX (Saint) on Aug 21, 2018 at 22:21 UTC
    For instance interactive resources where you have to solve tasks to gain points to finish a level.

    see also Free eLearning material for Perl?

    Many companies don't have the resources for a real training of their employees, it would be a bless if you could point them to a "challenge" where they need to understand something like "auto-vivification" or how strict helps tracking errors.

    The perldocs are in a pity state, because it's often complicated to track and understand the most relevant information. It's more quantity then quality, written by many people with good intentions.

    Academics want a kind of orthogonality, Perl has many explicit and orthogonal features which are lost in a lot of secondary information. Academics train teachers, teachers write training material for their pupils, that's why you will find plenty of Python stuff.

    Perlmonks used to be state of the art in eLearning when it started (so called "collaborative learning").

    Combine an (extended) Modern Perl with interactive exercises and hot links to Perlmonks and companies will have less worries how to find Perl programmers.

    Cheers Rolf
    (addicted to the Perl Programming Language :)
    Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

    update

    see https://www.coursera.org/courses?query=Python , if you search for Perl instead, you'll only get other resources mentioning Perl (mostly Python).