in reply to Unwritten Perl Books: 2007 version

I'd be interested in a book on a Perl Framework like Catalyst with DBIx::Class and TT. It's easy to learn syntax, but it's more useful to learn how to build an application properly. Perl web books kind of stopped at how to write CGI script or write funky mod_perl handlers, but think it would be great to have at least one Perl book that dealt with modern MVC design with Perl's mighty answer to Ruby on Rails

Replies are listed 'Best First'.
Re^2: Unwritten Perl Books: 2007 version
by Muggins (Pilgrim) on May 30, 2007 at 14:16 UTC
    Well I don't know Maypole & Catalyst that well, but I'm pretty sure at least Maypole (and possibly both) _predated_ RoR. (?)

    Re Maypole: this and this could be of interest - being the author's own very readable intro. Theres also some in the chapter on Databases in APP2.