in reply to Suggestions for getting a more solid understanding of Perl

One "way to do it":

There are a lot of other resources. And my list got longer than I originally intended. There are other books I really like, but didn't include, because this list alone is plenty to help you (along with your own research and practice) to get over the next hump or two, or more. :)


Dave

  • Comment on Re: Suggestions for getting a more solid understanding of Perl

Replies are listed 'Best First'.
Re^2: Suggestions for getting a more solid understanding of Perl
by imlepid (Acolyte) on Oct 12, 2012 at 06:27 UTC

    Hi All--

    Thanks so much for all your advise and encouragement. I think I'll work on using my 2nd edition of Programming Perl as a jump start and reference while topping up my skills with several of the references mentioned.

    I look forward to posting more questions to the board as I learn!

      I like dead trees, so I went from Learning Perl to The Perl Cookbook to Learning Perl(4th) with a detour through Cross-Platform GUI Programminng with wxWidgets(wxPerl). I also read most of the Perl Monks posts on a daily basis to broaden my vision of what is out "there". From this I know I need to spend more time with split, join, map, grep, and regexs. Some of that stuff looks like whistling into an acoustic coupler! I like to learn from reading good code as has already been mentioned.

      James