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).


In reply to Re^10: The Future of Perl 5 by LanX
in thread The Future of Perl 5 by Laurent_R

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.