This is a must have being out of the "horse's mouth" and all. I do wish that there was more substantive coverage of CGI's object oriented features. Translating the procedural examples in the book into an OO syntax is not something that comes easily to me.
()-()
\"/
`
Comment on Re: Official Guide to programming with CGI.pm
The best resource for that is probably the documentation itself. If you've read the book (I'm guessing - I've not read it yet) then you should have a one up on how CGI.pm works, and be able to wade through the comparisons of OO to FO fairly easily.
The functional style of CGI.pm is really a wrapper to the method calls, so translation should be fairly simple.