Eric Mesa’s Reviews > Programming Perl > Status Update

Eric Mesa
Eric Mesa is 61% done
Will definitely have to come back to the debugger chapter if I'm ever writing Perl programs that complex. The CPAN chapter provided some nice history and overview of how things work. Onto Perl as Culture! The security chapter is great. I wish more programming books had chapters like this.
May 13, 2021 12:43PM
Programming Perl

flag

Eric’s Previous Updates

Eric Mesa
Eric Mesa is 51% done
Skimmed chapters 14 and 15 - they don't apply to me now. Onto part 3 - Perl as technology. This is fascinating, even if I'm skimming because it's way lower-level than I need at the moment.
May 11, 2021 01:08PM
Programming Perl


Eric Mesa
Eric Mesa is 41% done
Just about done with OOP chapter. *MY* takeaway - just don't do OOP with Perl. It seems like it's not meant for it and was bolted on. (At least as of v5.14 when the book was written). If you need OOP with scripting/interpreted language - Python and Ruby seem a better bet.
May 04, 2021 01:15PM
Programming Perl


Eric Mesa
Eric Mesa is 39% done
Package on its own was a bit abstract. I didn't get the point. Once I read about modules it made more sense. I'm surprised (with how detailed this book is) that the module section wasn't larger. But I guess it just falls out from everything else covered so far. Or may is better covered in the Learning Perl trilogy.
Apr 30, 2021 01:18PM
Programming Perl


Eric Mesa
Eric Mesa is 37% done
There was a lot of really interesting stuff in the refrences chapter, but it's way above the programmign I'm currently doing in Perl. Data Structures was neat - basically in Perl everything else is implemented via arrays and hashes. Packages - so far it's been a bit too abstract for me.
Apr 29, 2021 01:49PM
Programming Perl


Eric Mesa
Eric Mesa is 34% done
Finally came across some stuff that would have helped me yesterday with dereferencing from within subroutines.
Apr 28, 2021 01:02PM
Programming Perl


Eric Mesa
Eric Mesa is 33% done
Done with subroutines and onto reference. A lot of the later stuff went over my head. will have to refer back to this if I ever come across a real Perl-head's code
Apr 26, 2021 01:35PM
Programming Perl


Eric Mesa
Eric Mesa is 30% done
Finally at subroutines
Apr 23, 2021 01:02PM
Programming Perl


Eric Mesa
Eric Mesa is 26% done
After 10 more pages of regex left.....
Apr 22, 2021 01:35PM
Programming Perl


Eric Mesa
Eric Mesa is 24% done
regexes are complex, who knew?
Apr 21, 2021 01:42PM
Programming Perl


Eric Mesa
Eric Mesa is 22% done
Continue to move through the regex chapter. Mostly very interesting. Did skim over some parts, but I've got 1-2 books just on regexes that I'll probably tackle at some point.
Apr 20, 2021 01:41PM
Programming Perl


No comments have been added yet.