I think I would like to see a couple of mid-level practical perl books more along the lines of
. Maybe something like a
I've been working with Perl for three or four years now and I think I've got the basics down but I still find that I spend a lot of time either reinventing the wheel or leafing through sites like PM searching for that one trick that solves the problem. How about
This doesn't apply specifically to Perl but I would dearly love a book on object oriented programming that was useful. Something that gives the reader an idea of how to use OOP in everyday program life. The examples in most books I've read have been fine for getting the idea but too far removed from real life to help when trying to apply the principles.