in reply to Login Form and It's Working using Catalyst perl

FYI, asking questions in the manner that you have is looked down upon at Perlmonks. You should be looking for more specific information and be ready to answer questions about your specific solution.

There are good books to get you started with Perl and Catalyst, namely Catalyst, Accelerating Perl Web Application Development by Jonathan Rockway. I personally do not use Catalyst as I cannot get it to install properly on my legacy version of OpenSUSE that I have not upgraded from yet :)

Celebrate Intellectual Diversity

  • Comment on Re: Login Form and It's Working using Catalyst perl

Replies are listed 'Best First'.
Re^2: Login Form and It's Working using Catalyst perl
by Your Mother (Archbishop) on May 14, 2014 at 21:31 UTC

    That one linked—The Definitive Guide to Catalyst: …ISBN 1430223650—is actually not the Rockway book—Catalyst: Accelerating Perl Web Application Development, ISBN 1847190952—which was too much earlier to be a good recommendation today; a lot of the code would not even run on Catalyst today and it had a few other problems besides.

    The authors of the newer, better book are Kieren Diment, Matt Trout, and several other contributors. The book is targeted towards hackers who are already solid in Perl chops and programming idioms so it would be nearly useless to beginner.

Re^2: Login Form and It's Working using Catalyst perl
by manukm (Initiate) on Apr 24, 2013 at 03:53 UTC
    thanks for the help