Dear Monks,
We all know that screencasts and video tutorials are the easiest way for learning, especially for new comers (like me ;) ) .. Books are the definitive resources as well as the documentations. The problem is that there is no book available for each subject such as game development or using module X ..etc. And the documentations aren’t always comprehensive and maybe more difficult to pick up by newcomers.
Screencasts on the other hand are very easy to follow and provide better motivation to commit and learn. Now, for perl I don’t know other video tutorial than http://www.scriptsocket.com/videos.php which indeed is very good and covers a lot of topics in short timed videos (By the way I’ve translated some of these videos to my native language.). The other resource is YAPC which is a very good resource too, but it is not intended to provide complete in depth tutorials and a lot of the lectures aren’t in English or suffer from bad sound quality. Unfortunately, the universities on youtube don’t offer complete courses for Perl unlike some other languages. Now, I think most of us know this free course
http://eclipsetutorial.sourceforge.net/totalbeginner.html :
Eclipse and Java for Total Beginners
Using the Eclipse Workbench
Eclipse and Java: Introducing Persistence
Eclipse and Java: Using the Debugger
In addition to the four courses the author tries to familiarize the viewers with test driven development. You can read the visitors comments to know how successful and useful these videos are.
Now imagine that we have Perl for total beginners, Using Padre, TDD in perl, Using web frameworks, GUI with wxPerl.. I think this will promote Perl and encourage everyone who is interested in programming to use perl.
With all perl experts we have I don’t think this is hard to achieve but I wonder why?
Regards

In reply to -:: The state of Perl ScreenCasts ::- by Swalif

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.