in reply to Re: Not-So-FAQ about learning Perl
in thread Not-So-FAQ about learning Perl

Thanks! The Manning books (especially "OOP" for myself) are two I don't have that I will consider more carefully. "Elements" looks like it would be great for high school kids just starting out with programming. But I should have given some background to be clearer, I've read the Camel, I've got Nutshell and Perl/Tk. I rely heavily on PODs, other online resources, and subscribe to TPJ.

For me, the mechanics of Perl are coming along nicely. What I'm looking for is more along the lines of design/engineering. I'm probably going to pick up "Pragmatic Programmer", but I'm wondering if there are other classics in the realm of non-language-specific programming theory that relate well to Perl, or that use Perl examples.

Replies are listed 'Best First'.
Re: Re: Re: Not-So-FAQ about learning Perl
by chromatic (Archbishop) on Dec 27, 2000 at 04:45 UTC
    The only text that comes to mind is the almost-universally-liked Mastering Algorithms with Perl. (The only person I've known to dislike it is the enigmatic Abigail, who has high expectations.)

    You wouldn't do badly with decent books about programming, whether Design Patterns, Code Complete, or even Extreme Programming Explained. I'm not aware of any books discussing functional programming design, at least from a language-neutral point of view, but there are bound to be a couple out there worth your time.

    Having just used closures and recursion to solve a rather nasty puzzle, I'm a big believer in mixing different techniques when appropriate.