Quoting Peter Sørensen <[EMAIL PROTECTED]>: > Now I've come across Catalyst and DBIx. This is fantastic. Now I can > get back to the code I've written and actually understand what I wrote 2 > weeks back :-)
Congratulations, you won't regret it :) > I need some advice on where to look for documentation specially > the DBIx Class and which methods I can use in here along with Catalyst. > I've already ordered the Catalyst book but until this arrive any hints? I suggest going through the tutorial application which teaches you all the basics of Catalyst and DBIx::Class: http://search.cpan.org/dist/Catalyst-Manual/lib/Catalyst/Manual/Tutorial.pod There isn't much documentation outside of the CPAN but that doesn't matter because the POD of the modules is really good and often all you need to solve a problem. --Tobias _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
